summaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-06-09 07:07:20 +0000
committerWarner Losh <imp@FreeBSD.org>2009-06-09 07:07:20 +0000
commit0941c782f9468917c982d484923475eef65c3d97 (patch)
treed21e6507fc1c77c082ebacce9fa50262d5ccd6b9 /sys/netgraph
parent5c9306fd41ee3c75c333395b32379e640343e811 (diff)
Notes
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_message.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index 819397ad4271..da531f0e7863 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -51,15 +51,6 @@
#define NG_PATHSIZ 512 /* max path len (including null) */
#define NG_CMDSTRSIZ 32 /* max command string (including null) */
-#ifndef BURN_BRIDGES
-/* don't use these - they will go away */
-#define NG_TYPELEN (NG_TYPESIZ - 1)
-#define NG_HOOKLEN (NG_HOOKSIZ - 1)
-#define NG_NODELEN (NG_NODESIZ - 1)
-#define NG_PATHLEN (NG_PATHSIZ - 1)
-#define NG_CMDSTRLEN (NG_CMDSTRSIZ - 1)
-#endif
-
#define NG_TEXTRESPONSE 1024 /* allow this length for a text response */
/* A netgraph message */