PERFORCE change 110902 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 17:07:34 PST 2006


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

Change 110902 by jb at jb_freebsd8 on 2006/12/03 01:07:02

	On second thoughts, it doesn't hurt to have a compatibility header.
	
	The idea with the compatibility definitions is that other source
	code written for OpenSolaris would compile on FreeBSD without having
	to do the GNU/configure madness.

Affected files ...

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

Differences ...

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

@@ -27,9 +27,7 @@
 #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