From 40f4fd56fdc120b6d346508453bb59a820e81454 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 16 Nov 2005 10:01:27 +0000 Subject: [PATCH] MFC: 1.5: Make the cookie constant name canonical. --- sys/netgraph/ng_split.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */