Date: Tue, 15 Aug 2006 03:03:36 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103965 for review Message-ID: <200608150303.k7F33aZD087411@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103965 Change 103965 by jb@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150303.k7F33aZD087411>