PERFORCE change 95191 for review

John Birrell jb at FreeBSD.org
Thu Apr 13 22:53:45 UTC 2006


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

Change 95191 by jb at jb_freebsd2 on 2006/04/13 22:52:55

	FreeBSD always supports 64-bit types.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/head/gelf.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/head/gelf.h#3 (text) ====

@@ -37,6 +37,13 @@
 #include <libelf.h>
 #include <sys/link.h>
 
+/*
+ * FreeBSD always supports 64-bit types.
+ */
+#if	defined(__FreeBSD__) && !defined(_INT64_TYPE)
+#define _INT64_TYPE
+#endif
+
 #ifdef	__cplusplus
 extern "C" {
 #endif


More information about the p4-projects mailing list