mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
Remove YF comments.
This commit is contained in:
parent
64f14011a8
commit
a07f28e24e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6702
@ -75,7 +75,7 @@
|
||||
#include <sys/vnode.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/disklabel.h> /* YF - needed anyway for disksort() */
|
||||
#include <sys/disklabel.h>
|
||||
#ifdef TEST_LABELLING
|
||||
#include <sys/diskslice.h>
|
||||
#include <sys/stat.h>
|
||||
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user