Author: sbruno
Date: Tue Oct 18 14:48:41 2016
New Revision: 307569
URL: https://svnweb.freebsd.org/changeset/base/307569

Log:
  Restore svn r306772 that was overwritten by netmap import at svn r307394
  
  #include <sys/selinfo.h> should be here as all drivers that support
  netmap need to use this file regardless.

Modified:
  head/sys/dev/netmap/netmap_kern.h

Modified: head/sys/dev/netmap/netmap_kern.h
==============================================================================
--- head/sys/dev/netmap/netmap_kern.h   Tue Oct 18 14:02:45 2016        
(r307568)
+++ head/sys/dev/netmap/netmap_kern.h   Tue Oct 18 14:48:41 2016        
(r307569)
@@ -73,6 +73,7 @@
 #endif
 
 #if defined(__FreeBSD__)
+#include <sys/selinfo.h>
 
 #define likely(x)      __builtin_expect((long)!!(x), 1L)
 #define unlikely(x)    __builtin_expect((long)!!(x), 0L)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to