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)