PERFORCE change 105806 for review

Todd Miller millert at FreeBSD.org
Thu Sep 7 19:16:39 UTC 2006


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

Change 105806 by millert at millert_macbook on 2006/09/07 19:16:02

	Include sys/wait.h for WTERMSIG macro

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#15 (text+ko) ====

@@ -67,6 +67,7 @@
 #include <sys/ucred.h>
 #include <sys/pipe.h>
 #include <sys/event.h>
+#include <sys/wait.h>
 
 #include <libkern/OSByteOrder.h>
 #include <libkern/OSAtomic.h>


More information about the p4-projects mailing list