emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107987: * unexaix.c (make_hdr): F


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107987: * unexaix.c (make_hdr): Fix typo in prototype.
Date: Wed, 09 May 2012 12:44:19 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107987
committer: Paul Eggert <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-05-09 12:44:19 -0700
message:
  * unexaix.c (make_hdr): Fix typo in prototype.
  
  This bug broke the build on AIX.  Problem reported by Gilles Pion.
modified:
  src/ChangeLog
  src/unexaix.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-05-05 08:40:31 +0000
+++ b/src/ChangeLog     2012-05-09 19:44:19 +0000
@@ -1,3 +1,8 @@
+2012-05-09  Paul Eggert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * w32proc.c (new_child): Force Windows to reserve only 64KB of

=== modified file 'src/unexaix.c'
--- a/src/unexaix.c     2012-01-19 07:21:25 +0000
+++ b/src/unexaix.c     2012-05-09 19:44:19 +0000
@@ -110,7 +110,7 @@
   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 *);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]