cvs commit: src/sys/kern vfs_syscalls.c
Bruce Evans
bde at FreeBSD.org
Tue Apr 6 03:06:23 PDT 2004
bde 2004/04/06 03:05:03 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
Removed some less than useful comments:
- don't say what a small subset of the options includes are for.
- don't mark up functions which use all their args with /* ARGSUSED */.
The markup should have been removed when the unused retval parameter
was removed.
- don't comment on what routine suser() checks do. Removed nearby
excessive vertical whitespace.
Revision Changes Path
1.343 +0 -68 src/sys/kern/vfs_syscalls.c
More information about the cvs-src
mailing list