PERFORCE change 95572 for review

John Birrell jb at FreeBSD.org
Wed Apr 19 02:20:11 UTC 2006


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

Change 95572 by jb at jb_freebsd2 on 2006/04/19 02:19:30

	The Single Unix Specification defines strerror() in string.h, not strings.h.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dt_cc.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/lib/libdtrace/common/dt_cc.c#2 (text) ====

@@ -88,6 +88,7 @@
 #include <sys/wait.h>
 
 #include <assert.h>
+#include <string.h>
 #include <strings.h>
 #include <signal.h>
 #include <unistd.h>


More information about the p4-projects mailing list