Added changelog message.
[fedora-mingw.git] / darwinx-odcctools / odcctools-lp64.patch
1 diff -ur odcctools-20060413.orig/include/mach-o/nlist.h odcctools-20060413/include/mach-o/nlist.h
2 --- odcctools-20060413.orig/include/mach-o/nlist.h      2006-04-13 14:44:50.000000000 +0100
3 +++ odcctools-20060413/include/mach-o/nlist.h   2009-02-08 20:10:29.000000000 +0000
4 @@ -75,9 +75,7 @@
5   */
6  struct nlist {
7         union {
8 -#ifndef __LP64__
9                 char *n_name;   /* for use when in-core */
10 -#endif
11                 int32_t n_strx; /* index into the string table */
12         } n_un;
13         uint8_t n_type;         /* type flag, see below */
14 diff -ur odcctools-20060413.orig/include/mach-o/ranlib.h odcctools-20060413/include/mach-o/ranlib.h
15 --- odcctools-20060413.orig/include/mach-o/ranlib.h     2006-04-13 14:44:50.000000000 +0100
16 +++ odcctools-20060413/include/mach-o/ranlib.h  2009-02-08 20:07:48.000000000 +0000
17 @@ -58,9 +58,7 @@
18  struct ranlib {
19      union {
20         uint32_t        ran_strx;       /* string table index of */
21 -#ifndef __LP64__
22         char            *ran_name;      /* symbol defined by */
23 -#endif
24      } ran_un;
25      uint32_t           ran_off;        /* library member at this offset */
26  };