aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_split.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-10-25 20:56:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-10-25 20:56:12 +0000
commit27b67627c4367f5c6a03437f96d5112e212a5b07 (patch)
treec64649d137ee12cd81b2b076e6928c347941a756 /sys/netgraph/ng_split.h
parent74f38f3b9d7c50f28fe5b2f8ae277b245935be67 (diff)
downloadsrc-27b67627c4367f5c6a03437f96d5112e212a5b07.tar.gz
src-27b67627c4367f5c6a03437f96d5112e212a5b07.zip
Make the cookie constant name canonical.
Notes
Notes: svn path=/head/; revision=151676
Diffstat (limited to 'sys/netgraph/ng_split.h')
-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 0be54a8b4885..c8b672c605ad 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) */