Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 18:36:42 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194750 - head/sys/netipx
Message-ID:  <200906231836.n5NIagmi086364@svn.freebsd.org>

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



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