From owner-cvs-all Sun Nov 15 07:12:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02417 for cvs-all-outgoing; Sun, 15 Nov 1998 07:12:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02412; Sun, 15 Nov 1998 07:12:54 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05538; Sun, 15 Nov 1998 07:12:59 -0800 (PST) Date: Sun, 15 Nov 1998 07:12:59 -0800 (PST) Message-Id: <199811151512.HAA05538@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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