PERFORCE change 95526 for review

John Birrell jb at FreeBSD.org
Tue Apr 18 20:33:52 UTC 2006


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

Change 95526 by jb at jb_freebsd2 on 2006/04/18 20:33:31

	Hide the #pragma
	
	Need this file to compile cleanly. Reducing the warning level in kernel
	code is unwise IMO.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/ctf.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/ctf.h#3 (text) ====

@@ -27,7 +27,9 @@
 #ifndef	_CTF_H
 #define	_CTF_H
 
+#if defined(sun)
 #pragma ident	"@(#)ctf.h	1.5	05/06/08 SMI"
+#endif
 
 #include <sys/types.h>
 #if !defined(sun)


More information about the p4-projects mailing list