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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"