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
_______________________________________________
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"

Reply via email to