diff options
author | 2006-05-28 03:55:56 +0000 | |
---|---|---|
committer | 2006-05-28 03:55:56 +0000 | |
commit | b848063c06fb8a7f71129fc96e4ea789f9f54d26 (patch) | |
tree | aa1d1b68c881231497377933381292e3954d69f7 | |
parent | DV_SENSORS is no more, plug workaround for the time to the real solution (diff) | |
download | wireguard-openbsd-b848063c06fb8a7f71129fc96e4ea789f9f54d26.tar.xz wireguard-openbsd-b848063c06fb8a7f71129fc96e4ea789f9f54d26.zip |
Nuke unused VFSGEN_MAXID define
-rw-r--r-- | sys/sys/mount.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 06a74848256..d6912d908f6 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.h,v 1.70 2006/04/30 14:20:07 sturm Exp $ */ +/* $OpenBSD: mount.h,v 1.71 2006/05/28 03:55:56 pedro Exp $ */ /* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */ /* @@ -443,8 +443,6 @@ struct mount { #define VFS_MAXTYPENUM 1 /* int: highest defined filesystem type */ #define VFS_CONF 2 /* struct: vfsconf for filesystem given as next argument */ -#define VFSGEN_MAXID 3 /* max number of vfs.generic ids */ - #define CTL_VFSGENCTL_NAMES { \ { 0, 0 }, \ { "maxtypenum", CTLTYPE_INT }, \ |