add VFS_MAGICLINKS so things compile again.

This commit is contained in:
dogcow 2006-02-12 06:18:25 +00:00
parent 2e71b70d1f
commit b3d46538fd
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mount.h,v 1.136 2005/12/29 14:53:47 tsutsui Exp $ */
/* $NetBSD: mount.h,v 1.137 2006/02/12 06:18:25 dogcow Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@ -127,7 +127,8 @@ struct mount {
#define VFS_CONF 2 /* struct: vfsconf for filesystem given
as next argument */
#define VFS_USERMOUNT 3 /* enable/disable fs mnt by non-root */
#define VFSGEN_MAXID 4 /* number of valid vfs.generic ids */
#define VFS_MAGICLINKS 4 /* expand 'magic' symlinks */
#define VFSGEN_MAXID 5 /* number of valid vfs.generic ids */
/*
* USE THE SAME NAMES AS MOUNT_*!
@ -166,6 +167,7 @@ struct mount {
{ "maxtypenum", CTLTYPE_INT }, \
{ "conf", CTLTYPE_NODE }, /* Special */ \
{ "usermount", CTLTYPE_INT }, \
{ "magiclinks", CTLTYPE_INT }, \
}
/*