PERFORCE change 127666 for review

John Birrell jb at FreeBSD.org
Wed Oct 17 22:34:55 PDT 2007


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

Change 127666 by jb at jb_freebsd1 on 2007/10/18 05:34:27

	Let the compiler check the prototypes.
	Sigh.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/common/memory.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/common/memory.c#3 (text) ====

@@ -35,6 +35,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>
+#include "memory.h"
 
 static void
 memory_bailout(void)


More information about the p4-projects mailing list