PERFORCE change 110897 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 16:42:58 PST 2006


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

Change 110897 by jb at jb_freebsd8 on 2006/12/03 00:42:02

	FreeBSD has elf.h, not sys/machelf.h

Affected files ...

.. //depot/projects/opensolaris/contrib/opensolaris/cmd/sgs/include/alist.h#3 edit

Differences ...

==== //depot/projects/opensolaris/contrib/opensolaris/cmd/sgs/include/alist.h#3 (text) ====

@@ -39,7 +39,11 @@
 #endif
 
 #include <sys/types.h>
+#if defined(sun)
 #include <sys/machelf.h>
+#else
+#include <elf.h>
+#endif
 
 #define	ALO_DATA	(sizeof (Alist) - sizeof (void *))
 


More information about the p4-projects mailing list