PERFORCE change 43872 for review

Robert Watson rwatson at FreeBSD.org
Fri Dec 12 16:19:56 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=43872

Change 43872 by rwatson at rwatson_none on 2003/12/12 16:19:19

	Structures in socketvar.h  now depend on the defition of struct
	mtx.  Include _lock.h and _mutex.h so that files including
	socketvar.h but not the mutex APIs via mutex.h still ciompile. 
	This affected the GRE module.

Affected files ...

.. //depot/projects/netperf+sockets/sys/sys/socketvar.h#7 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/sys/socketvar.h#7 (text+ko) ====

@@ -39,6 +39,8 @@
 
 #include <sys/queue.h>			/* for TAILQ macros */
 #include <sys/selinfo.h>		/* for struct selinfo */
+#include <sys/_lock.h>
+#include <sys/_mutex.h>
 
 /*
  * Kernel structure per socket.


More information about the p4-projects mailing list