Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2006 19:16:36 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105806 for review
Message-ID:  <200609071916.k87JGaVE052685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105806

Change 105806 by millert@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>



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