diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2006-05-29 16:49:43 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2006-05-29 16:49:43 +0000 |
commit | 002c5009a287505e40b1a2edec04999ebcabc98e (patch) | |
tree | 9bb71d4b289cbb444b9481ddaffb793aa81ff8c4 /sys/nfs/nfs.h | |
parent | cbf986586c3749d9c4d3beff78268497a90c3876 (diff) |
revert vfs.nfs.privport sysctl, broke a few architectures
requested by deraadt@
Diffstat (limited to 'sys/nfs/nfs.h')
-rw-r--r-- | sys/nfs/nfs.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index 8d2960e893d..67ade9fc871 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs.h,v 1.25 2006/05/28 23:29:32 avsm Exp $ */ +/* $OpenBSD: nfs.h,v 1.26 2006/05/29 16:49:42 avsm Exp $ */ /* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */ /* @@ -221,14 +221,12 @@ struct nfsstats { */ #define NFS_NFSSTATS 1 /* struct: struct nfsstats */ #define NFS_NIOTHREADS 2 /* number of i/o threads */ -#define NFS_PRIVPORT 3 /* whether priv ports are needed */ -#define NFS_MAXID 4 +#define NFS_MAXID 3 #define FS_NFS_NAMES { \ { 0, 0 }, \ { "nfsstats", CTLTYPE_STRUCT }, \ - { "iothreads", CTLTYPE_INT }, \ - { "privport", CTLTYPE_INT } \ + { "iothreads", CTLTYPE_INT } \ } /* |