svn commit: r194750 - head/sys/netipx

Olivier Houchard cognet at FreeBSD.org
Tue Jun 23 18:36:43 UTC 2009


Author: cognet
Date: Tue Jun 23 18:36:42 2009
New Revision: 194750
URL: http://svn.freebsd.org/changeset/base/194750

Log:
  Include sys/lock.h before sys/rwlock.h. If anything used to bring it for us
  before, it does not anymore.

Modified:
  head/sys/netipx/ipx_input.c

Modified: head/sys/netipx/ipx_input.c
==============================================================================
--- head/sys/netipx/ipx_input.c	Tue Jun 23 18:24:09 2009	(r194749)
+++ head/sys/netipx/ipx_input.c	Tue Jun 23 18:36:42 2009	(r194750)
@@ -72,6 +72,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/socket.h>
 #include <sys/kernel.h>
 #include <sys/random.h>
+#include <sys/lock.h>
 #include <sys/rwlock.h>
 #include <sys/sysctl.h>
 


More information about the svn-src-all mailing list