PERFORCE change 139130 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Apr 1 07:01:00 PDT 2008


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

Change 139130 by gonzo at gonzo_jeeves on 2008/04/01 14:00:40

	o bzero requires string.h

Affected files ...

.. //depot/projects/mips2-jnpr/src/lib/libthr/arch/mips/mips/pthread_md.c#5 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/lib/libthr/arch/mips/mips/pthread_md.c#5 (text+ko) ====

@@ -32,6 +32,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <rtld_tls.h>
+#include <strings.h>
 
 #include "pthread_md.h"
 


More information about the p4-projects mailing list