From a07f28e24ead0d3fde2c7d0dff878f6cbafe92e0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 25 Feb 1995 16:48:28 +0000 Subject: [PATCH] Remove YF comments. --- sys/dev/vn/vn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index 13bd922e90e..fa4c1140534 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -75,7 +75,7 @@ #include #include #include -#include /* YF - needed anyway for disksort() */ +#include #ifdef TEST_LABELLING #include #include @@ -603,7 +603,7 @@ vnclear(struct vn_softc *vn) #ifdef DEBUG if (vndebug & VDB_FOLLOW) - printf("vnclear(%p): vp %p\n", vn, vp); /* YF - added vn */ + printf("vnclear(%p): vp %p\n", vn, vp); #endif vn->sc_flags &= ~VNF_INITED; if (vp == (struct vnode *)0)