Date: Tue, 9 Jun 2009 07:07:20 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193812 - head/sys/netgraph Message-ID: <200906090707.n5977K7b059852@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Jun 9 07:07:20 2009 New Revision: 193812 URL: http://svn.freebsd.org/changeset/base/193812 Log: World now builds without these defines, so eliminate them. Approved by: julian@ Modified: head/sys/netgraph/ng_message.h Modified: head/sys/netgraph/ng_message.h ============================================================================== --- head/sys/netgraph/ng_message.h Tue Jun 9 06:50:11 2009 (r193811) +++ head/sys/netgraph/ng_message.h Tue Jun 9 07:07:20 2009 (r193812) @@ -51,15 +51,6 @@ #define NG_PATHSIZ 512 /* max path len (including null) */ #define NG_CMDSTRSIZ 32 /* max command string (including null) */ -#ifndef BURN_BRIDGES -/* don't use these - they will go away */ -#define NG_TYPELEN (NG_TYPESIZ - 1) -#define NG_HOOKLEN (NG_HOOKSIZ - 1) -#define NG_NODELEN (NG_NODESIZ - 1) -#define NG_PATHLEN (NG_PATHSIZ - 1) -#define NG_CMDSTRLEN (NG_CMDSTRSIZ - 1) -#endif - #define NG_TEXTRESPONSE 1024 /* allow this length for a text response */ /* A netgraph message */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906090707.n5977K7b059852>