aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-17 13:30:23 +0000
committerDave Love2003-09-17 13:30:23 +0000
commit11e0a411b23abbd0fafd46d710b7256a775055f0 (patch)
tree2f4135782ed76c6c31062b969d260bac9ec729f6 /src
parentdedc16d429ad5a71a1e4f67fc276383b8844022b (diff)
downloademacs-11e0a411b23abbd0fafd46d710b7256a775055f0.tar.gz
emacs-11e0a411b23abbd0fafd46d710b7256a775055f0.zip
Don't include varargs.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/unexalpha.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b927e1b122..9a2807a9f1b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-09-17 Dave Love <fx@gnu.org>
2
3 * unexalpha.c: Don't include varargs.h.
4
12003-09-17 Kim F. Storm <storm@cua.dk> 52003-09-17 Kim F. Storm <storm@cua.dk>
2 6
3 * process.c (Fset_process_sentinel): Add sentinel to childp plist 7 * process.c (Fset_process_sentinel): Add sentinel to childp plist
diff --git a/src/unexalpha.c b/src/unexalpha.c
index ea37817941e..97f8f383dda 100644
--- a/src/unexalpha.c
+++ b/src/unexalpha.c
@@ -26,7 +26,6 @@ Boston, MA 02111-1307, USA. */
26#include <sys/stat.h> 26#include <sys/stat.h>
27#include <sys/mman.h> 27#include <sys/mman.h>
28#include <stdio.h> 28#include <stdio.h>
29#include <varargs.h>
30#include <errno.h> 29#include <errno.h>
31#ifdef HAVE_STRING_H 30#ifdef HAVE_STRING_H
32#include <string.h> 31#include <string.h>