summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-10-25 20:56:12 +0000
committerru <ru@FreeBSD.org>2005-10-25 20:56:12 +0000
commit4b978fe8639fa36d172c4db7e5fa8674e8cde608 (patch)
treec64649d137ee12cd81b2b076e6928c347941a756 /sys/netgraph
parentbbb208bcdc6275be7d812207da7258e0d6bfcdad (diff)
downloadFreeBSD-src-4b978fe8639fa36d172c4db7e5fa8674e8cde608.zip
FreeBSD-src-4b978fe8639fa36d172c4db7e5fa8674e8cde608.tar.gz
Make the cookie constant name canonical.
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_split.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_split.h b/sys/netgraph/ng_split.h
index 0be54a8..c8b672c 100644
--- a/sys/netgraph/ng_split.h
+++ b/sys/netgraph/ng_split.h
@@ -35,7 +35,7 @@
/* Node type name and magic cookie */
#define NG_SPLIT_NODE_TYPE "split"
-#define NGM_NG_SPLIT_COOKIE 949409402
+#define NGM_SPLIT_COOKIE 949409402
/* My hook names */
#define NG_SPLIT_HOOK_MIXED "mixed" /* Mixed stream (in/out) */
OpenPOWER on IntegriCloud