PERFORCE change 103965 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 03:03:38 UTC 2006


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

Change 103965 by jb at jb_freebsd2 on 2006/08/15 03:02:57

	FreeBSD's struct _Elf has the leading underscore because it is
	private to the library. libdwarf should really be using the
	typedef'd name.

Affected files ...

.. //depot/projects/dtrace/src/contrib/libdwarf/libdwarf.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/libdwarf/libdwarf.h#3 (text) ====

@@ -63,8 +63,8 @@
 struct elf_sgi;
 typedef struct elf_sgi* dwarf_elf_handle;
 #else
-struct Elf;
-typedef struct Elf* dwarf_elf_handle;
+struct _Elf;
+typedef struct _Elf* dwarf_elf_handle;
 #endif
 
 #if (_MIPS_SZLONG == 64)


More information about the p4-projects mailing list