From 76371b5a80f202540a3cd18a467be8394c838278 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sat, 8 Nov 2008 02:05:41 +0000 Subject: [PATCH] Assign new cookie to the node to reflect API change. All applications will have to be adapted and rebuilt. --- sys/netgraph/ng_tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/ng_tty.h b/sys/netgraph/ng_tty.h index 3c9f643c53ca..1d15d9455469 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 */