Date: Sat, 8 Nov 2008 02:05:41 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184760 - head/sys/netgraph Message-ID: <200811080205.mA825fux098376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Sat Nov 8 02:05:41 2008 New Revision: 184760 URL: http://svn.freebsd.org/changeset/base/184760 Log: Assign new cookie to the node to reflect API change. All applications will have to be adapted and rebuilt. Modified: head/sys/netgraph/ng_tty.h Modified: head/sys/netgraph/ng_tty.h ============================================================================== --- head/sys/netgraph/ng_tty.h Sat Nov 8 02:02:13 2008 (r184759) +++ head/sys/netgraph/ng_tty.h Sat Nov 8 02:05:41 2008 (r184760) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811080205.mA825fux098376>