Date: Sun, 15 Nov 1998 07:12:59 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Message-ID: <199811151512.HAA05538@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/11/15 07:12:58 PST Modified files: sys/sys mount.h Log: Fixed the type and order of vfs_modevent. This fixes part of a spew of warnings for the recent change of the type of a module event handler. Fixed a rotted comment (numeric types of filesystems are not listed here). Made the function protototype in VFS_SET() more like the corresponding function definition (don't use extern for prototypes). Enforce a semicolon after the LKM case of VFS_SET(). Revision Changes Path 1.73 +8 -6 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811151512.HAA05538>