]> git.eshelyaron.com Git - emacs.git/commitdiff
* unexaix.c (make_hdr): Fix typo in prototype.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 May 2012 19:44:19 +0000 (12:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 May 2012 19:44:19 +0000 (12:44 -0700)
This bug broke the build on AIX.  Problem reported by Gilles Pion.

src/ChangeLog
src/unexaix.c

index 1e6af943fb45fb44aec90a0fa52ae213b9a516b9..0d44f31fb04ffd41b5c5cc6ed142535638c41d67 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * unexaix.c (make_hdr): Fix typo in prototype.
+       This bug broke the build on AIX.  Problem reported by Gilles Pion.
+
 2012-05-05  Eli Zaretskii  <eliz@gnu.org>
 
        * w32proc.c (new_child): Force Windows to reserve only 64KB of
index 1bf65b6851866ca45d9e40ad8f8811df55e01640..e27fb1d136d93b47ed4a897bb06ef6fa940623e9 100644 (file)
@@ -110,7 +110,7 @@ report_error_1 (int fd, char *msg, int a1, int a2)
   error (msg, a1, a2);
 }
 
-static int make_hdr (int, int, unsigned, unsigned, unsigned, char *, char *);
+static int make_hdr (int, int, char *, char *);
 static void mark_x (char *);
 static int copy_text_and_data (int);
 static int copy_sym (int, int, char *, char *);