PERFORCE change 71974 for review

David Xu davidxu at FreeBSD.org
Sun Feb 27 11:48:56 GMT 2005


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

Change 71974 by davidxu at davidxu_alona on 2005/02/27 11:48:08

	Don't include kse.h, include thr.h instead.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/support/thr_support.c#3 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/support/thr_support.c#3 (text+ko) ====

@@ -28,7 +28,7 @@
 #include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/time.h>
-#include <sys/kse.h>
+#include <sys/thr.h>
 #include <signal.h>
 #include <string.h>
 


More information about the p4-projects mailing list