mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Make the cookie constant name canonical.
This commit is contained in:
parent
74f38f3b9d
commit
27b67627c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151676
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user