Assign new cookie to the node to reflect API change.

All applications will have to be adapted and rebuilt.
This commit is contained in:
Alexander Motin 2008-11-08 02:05:41 +00:00
parent 8d0b36a3c1
commit 76371b5a80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184760

View File

@ -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 */