PERFORCE change 110899 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 16:49:07 PST 2006


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

Change 110899 by jb at jb_freebsd8 on 2006/12/03 00:48:18

	#ifdef a Solaris-only header include

Affected files ...

.. //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/dump/dump.c#3 edit

Differences ...

==== //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/dump/dump.c#3 (text) ====

@@ -27,7 +27,9 @@
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
 #include <sys/types.h>
+# if defined(sun)
 #include <sys/sysmacros.h>
+#endif
 #include <sys/stat.h>
 #include <sys/mman.h>
 


More information about the p4-projects mailing list