Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 20:33:51 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95526 for review
Message-ID:  <200604182033.k3IKXpv5064266@repoman.freebsd.org>

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

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



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