Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 00:49:06 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110899 for review
Message-ID:  <200612030049.kB30n6Ve094374@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110899

Change 110899 by jb@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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030049.kB30n6Ve094374>