summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-08-26 18:16:05 +0000
committerjhb <jhb@FreeBSD.org>2013-08-26 18:16:05 +0000
commita437be72574480c1aedb04a776cc369e323fba4a (patch)
tree68b45bffbfe1373db4468cd797da2aac8d561353 /sys/fs/nfs
parent66bd119888d232b2e3772b0d878b29513cf4c63e (diff)
downloadFreeBSD-src-a437be72574480c1aedb04a776cc369e323fba4a.zip
FreeBSD-src-a437be72574480c1aedb04a776cc369e323fba4a.tar.gz
Remove most of the remaining sysctl name list macros. They were only
ever intended for use in sysctl(8) and it has not used them for many years. Reviewed by: bde Tested by: exp-run by bdrewery
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/fs/nfs/nfs.h b/sys/fs/nfs/nfs.h
index aaa7fb1..5976934 100644
--- a/sys/fs/nfs/nfs.h
+++ b/sys/fs/nfs/nfs.h
@@ -335,11 +335,6 @@ struct nfsreferral {
*/
#define NFS_NFSSTATS 1 /* struct: struct nfsstats */
-#define FS_NFS_NAMES { \
- { 0, 0 }, \
- { "nfsstats", CTLTYPE_STRUCT }, \
-}
-
/*
* Here is the definition of the attribute bits array and macros that
* manipulate it.
OpenPOWER on IntegriCloud