diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/unexaix.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e6af943fb4..0d44f31fb04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * unexaix.c (make_hdr): Fix typo in prototype. | ||
| 4 | This bug broke the build on AIX. Problem reported by Gilles Pion. | ||
| 5 | |||
| 1 | 2012-05-05 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-05-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * w32proc.c (new_child): Force Windows to reserve only 64KB of | 8 | * w32proc.c (new_child): Force Windows to reserve only 64KB of |
diff --git a/src/unexaix.c b/src/unexaix.c index 1bf65b68518..e27fb1d136d 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -110,7 +110,7 @@ report_error_1 (int fd, char *msg, int a1, int a2) | |||
| 110 | error (msg, a1, a2); | 110 | error (msg, a1, a2); |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | static int make_hdr (int, int, unsigned, unsigned, unsigned, char *, char *); | 113 | static int make_hdr (int, int, char *, char *); |
| 114 | static void mark_x (char *); | 114 | static void mark_x (char *); |
| 115 | static int copy_text_and_data (int); | 115 | static int copy_text_and_data (int); |
| 116 | static int copy_sym (int, int, char *, char *); | 116 | static int copy_sym (int, int, char *, char *); |