mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove trailing ';' - use the one supplied by the caller: "VFS_SET(foo);"
This commit is contained in:
parent
9fe66b94a2
commit
a429d69f4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40966
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user