From a429d69f4a8833430844257ef221c5cb6d5dbf17 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 6 Nov 1998 16:36:31 +0000 Subject: [PATCH] Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);" --- sys/sys/mount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 01686e6b6f9..e1761c7143b 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.21 (Berkeley) 5/20/95 - * $Id: mount.h,v 1.68 1998/09/15 11:44:44 phk Exp $ + * $Id: mount.h,v 1.69 1998/10/16 03:55:01 peter Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -385,7 +385,7 @@ struct vfsops { fsname ## _modevent, \ & fsname ## _vfsconf \ }; \ - DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE); + DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE) #endif /* VFS_LKM */