PERFORCE change 95122 for review

John Birrell jb at FreeBSD.org
Thu Apr 13 00:17:17 UTC 2006


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

Change 95122 by jb at jb_freebsd2 on 2006/04/13 00:16:18

	Solaris uses malloc.h. We use stdlib.h.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/misc/elf_dem.h#2 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/sgs/libelf/misc/elf_dem.h#2 (text) ====

@@ -70,7 +70,11 @@
 
 #else /* defined(ELF) */
 
+#if defined(sun)
 #include <malloc.h>
+#else
+#include <stdlib.h>
+#endif
 
 #endif	/* defined(ELF) */
 


More information about the p4-projects mailing list