Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 11:48:54 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71974 for review
Message-ID:  <200502271148.j1RBmsqP085901@repoman.freebsd.org>

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

Change 71974 by davidxu@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>
 



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