summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorsyrinx <syrinx@FreeBSD.org>2010-12-20 22:56:50 +0000
committersyrinx <syrinx@FreeBSD.org>2010-12-20 22:56:50 +0000
commit3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c (patch)
treeef97e25fb8862244948a9946c10c4ff89348468b /usr.sbin/bsnmpd
parentbe5201b0d1c733f2bfb8fa4bef0225259f9acb2c (diff)
downloadFreeBSD-src-3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c.zip
FreeBSD-src-3830b0c9c78eedec2084a8ebcbcb06fb7a9b2a5c.tar.gz
Unbreak the build by temprorarily not using include directives in
bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def11
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def11
2 files changed, 20 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def
index a8f30c8..2e88e5e 100644
--- a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def
+++ b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def
@@ -26,7 +26,16 @@
# $FreeBSD$
#
-include "tc.def"
+#include "tc.def"
+
+typedef RowStatus ENUM (
+ 1 active
+ 2 notInService
+ 3 notReady
+ 4 createAndGo
+ 5 createAndWait
+ 6 destroy
+)
typedef TruthValue ENUM (
1 true
diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
index bc89d56..7c695c4 100644
--- a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
+++ b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
@@ -29,7 +29,16 @@
# $FreeBSD$
#
-include "tc.def"
+#include "tc.def"
+
+typedef RowStatus ENUM (
+ 1 active
+ 2 notInService
+ 3 notReady
+ 4 createAndGo
+ 5 createAndWait
+ 6 destroy
+)
typedef TruthValue ENUM (
1 true
OpenPOWER on IntegriCloud