PERFORCE change 127118 for review

Kip Macy kmacy at FreeBSD.org
Tue Oct 2 17:20:34 PDT 2007


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

Change 127118 by kmacy at kmacy_home:ethng on 2007/10/03 00:19:32

	unbreak world - we cleverly export lock details of network data structures to user-land

Affected files ...

.. //depot/projects/ethng/src/sys/net/if_var.h#6 edit

Differences ...

==== //depot/projects/ethng/src/sys/net/if_var.h#6 (text+ko) ====

@@ -79,6 +79,7 @@
 #include <sys/eventhandler.h>
 #endif /* _KERNEL */
 #include <sys/lock.h>		/* XXX */
+#include <sys/mutex.h>		/* XXX */
 #include <sys/rwlock.h>		/* XXX */
 #include <sys/event.h>		/* XXX */
 #include <sys/_task.h>


More information about the p4-projects mailing list