PERFORCE change 74706 for review
David Xu
davidxu at FreeBSD.org
Thu Apr 7 19:05:29 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=74706
Change 74706 by davidxu at davidxu_celeron on 2005/04/08 02:05:22
$FreeBSD$ fix.
remove unnecessary includes.
Affected files ...
.. //depot/projects/davidxu_thread/src/lib/libthr/thread/thr_event.c#5 edit
Differences ...
==== //depot/projects/davidxu_thread/src/lib/libthr/thread/thr_event.c#5 (text+ko) ====
@@ -23,14 +23,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: src/lib/libthr/thread/thr_atfork.c,v 1.2 2005/04/02 01:20:00 davidxu Exp $
+ * $FreeBSD$
*/
-#include <errno.h>
-#include <stdlib.h>
-#include <pthread.h>
-#include <sys/queue.h>
-
#include "thr_private.h"
int
More information about the p4-projects
mailing list