Date: Sat, 21 Jan 2006 19:42:11 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200601211942.k0LJgBaH013211@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601211942.k0LJgBaH013211>