Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 17:12:31 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257218 - head/sys/contrib/ipfilter/netinet
Message-ID:  <201310271712.r9RHCW0r054383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310271712.r9RHCW0r054383>