summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_message.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-06-09 07:07:20 +0000
committerimp <imp@FreeBSD.org>2009-06-09 07:07:20 +0000
commitaeed4d85618868ae46b9b56d7f89158e63c5e532 (patch)
treed21e6507fc1c77c082ebacce9fa50262d5ccd6b9 /sys/netgraph/ng_message.h
parentbe8827c9efd74f759b0fb2f96fb3198dacf3856c (diff)
downloadFreeBSD-src-aeed4d85618868ae46b9b56d7f89158e63c5e532.zip
FreeBSD-src-aeed4d85618868ae46b9b56d7f89158e63c5e532.tar.gz
World now builds without these defines, so eliminate them.
Approved by: julian@
Diffstat (limited to 'sys/netgraph/ng_message.h')
-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 819397a..da531f0 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 */
OpenPOWER on IntegriCloud