summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-11-08 02:05:41 +0000
committermav <mav@FreeBSD.org>2008-11-08 02:05:41 +0000
commitddff5a26cd0e67ce67516526cce12e7d90e70f7f (patch)
tree6321c7a8a6ff8027db603b08bf4e3c588d2279c0 /sys/netgraph
parentd02720560a6b3ba78cc3037c3b7eed1cb47dc8d4 (diff)
downloadFreeBSD-src-ddff5a26cd0e67ce67516526cce12e7d90e70f7f.zip
FreeBSD-src-ddff5a26cd0e67ce67516526cce12e7d90e70f7f.tar.gz
Assign new cookie to the node to reflect API change.
All applications will have to be adapted and rebuilt.
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_tty.h b/sys/netgraph/ng_tty.h
index 3c9f643..1d15d94 100644
--- a/sys/netgraph/ng_tty.h
+++ b/sys/netgraph/ng_tty.h
@@ -47,7 +47,7 @@
/* Node type name and magic cookie */
#define NG_TTY_NODE_TYPE "tty"
-#define NGM_TTY_COOKIE 886279262
+#define NGM_TTY_COOKIE 1226109660
/* Default hot char */
#define NG_TTY_DFL_HOTCHAR 0x7e /* PPP flag byte */
OpenPOWER on IntegriCloud