Date: Tue, 6 Apr 2004 03:05:03 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200404061005.i36A53UV095524@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404061005.i36A53UV095524>
