Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 14:00:59 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 139130 for review
Message-ID:  <200804011400.m31E0x09068053@repoman.freebsd.org>

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

Change 139130 by gonzo@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"
 



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