PERFORCE change 100471 for review

John Birrell jb at FreeBSD.org
Mon Jul 3 09:27:01 UTC 2006


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

Change 100471 by jb at jb_freebsd2 on 2006/07/03 09:25:56

	Add a 64 bit definition for the updated libdwarf.

Affected files ...

.. //depot/projects/dtrace/src/gnu/lib/libdwarf/config.h#4 edit

Differences ...

==== //depot/projects/dtrace/src/gnu/lib/libdwarf/config.h#4 (text+ko) ====

@@ -56,6 +56,9 @@
 /* Define 1 if sys/types.h defines __uint32_t */
 #define HAVE___UINT32_T_IN_SYS_TYPES_H 1
 
+/* Define 1 if sys/types.h defines __uint64_t */
+#define HAVE___UINT64_T_IN_SYS_TYPES_H 1
+
 /* Define 1 if  R_IA_64_DIR32LSB is defined (might be enum value) */
 /* #undef HAVE_R_IA_64_DIR32LSB */
 


More information about the p4-projects mailing list