svn commit: r234171 - head/sys/net

Luigi Rizzo luigi at FreeBSD.org
Thu Apr 12 10:32:35 UTC 2012


Author: luigi
Date: Thu Apr 12 10:32:34 2012
New Revision: 234171
URL: http://svn.freebsd.org/changeset/base/234171

Log:
  remove an unnecessary #define

Modified:
  head/sys/net/netmap.h

Modified: head/sys/net/netmap.h
==============================================================================
--- head/sys/net/netmap.h	Thu Apr 12 10:32:22 2012	(r234170)
+++ head/sys/net/netmap.h	Thu Apr 12 10:32:34 2012	(r234171)
@@ -234,10 +234,6 @@ struct netmap_if {
 	const ssize_t	ring_ofs[0];
 };
 
-#ifndef IFCAP_NETMAP
-#define IFCAP_NETMAP	0x100000	/* used on linux */
-#endif
-
 #ifndef NIOCREGIF	
 /*
  * ioctl names and related fields


More information about the svn-src-head mailing list