cvs commit: src/sys/kern vfs_subr.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 21 11:42:11 PST 2006
rwatson 2006-01-21 19:42:11 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
Convert remaining functions in vfs_subr.c from K&R prototypes to ANSI C
prototypes, as the majority of new functions added have been in this
style. Changing prototype style now results in gcc noticing that the
implementation of vn_pollrecord() has a 'short' argument instead of
'int' as prototyped in vnode.h, so correct that definition. In practice
this didn't matter as only poll flags in the lower 16 bits are used.
MFC after: 1 week
Revision Changes Path
1.655 +34 -82 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list