svn commit: r257218 - head/sys/contrib/ipfilter/netinet

Gleb Smirnoff glebius at FreeBSD.org
Sun Oct 27 17:12:32 UTC 2013


Author: glebius
Date: Sun Oct 27 17:12:31 2013
New Revision: 257218
URL: http://svnweb.freebsd.org/changeset/base/257218

Log:
  Include lock.h before mutex.h.

Modified:
  head/sys/contrib/ipfilter/netinet/ip_compat.h

Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_compat.h	Sun Oct 27 17:09:23 2013	(r257217)
+++ head/sys/contrib/ipfilter/netinet/ip_compat.h	Sun Oct 27 17:12:31 2013	(r257218)
@@ -146,6 +146,7 @@ struct  ether_addr {
 # endif /* _KERNEL */
 
 #  include <sys/selinfo.h>
+#  include <sys/lock.h>
 #  include <sys/mutex.h>
 #    define	KRWLOCK_FILL_SZ		56
 #    define	KMUTEX_FILL_SZ		56


More information about the svn-src-head mailing list