diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-05-28 03:55:57 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-05-28 03:55:57 +0000 |
commit | 94e0f1d81128c736c524fc83060ca6b359738272 (patch) | |
tree | e8de664bf83c2edd3ed359768fbc73053509c52c /sys | |
parent | b4d521c04e348ea5971714635a3a76dcc457f8d3 (diff) |
Nuke unused VFSGEN_MAXID define
Diffstat (limited to 'sys')
-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 }, \ |