svn commit: r193812 - head/sys/netgraph

Warner Losh imp at FreeBSD.org
Tue Jun 9 07:07:23 UTC 2009


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


More information about the svn-src-all mailing list