diff options
| author | Dave Love | 2003-09-17 13:30:23 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-17 13:30:23 +0000 |
| commit | 11e0a411b23abbd0fafd46d710b7256a775055f0 (patch) | |
| tree | 2f4135782ed76c6c31062b969d260bac9ec729f6 /src | |
| parent | dedc16d429ad5a71a1e4f67fc276383b8844022b (diff) | |
| download | emacs-11e0a411b23abbd0fafd46d710b7256a775055f0.tar.gz emacs-11e0a411b23abbd0fafd46d710b7256a775055f0.zip | |
Don't include varargs.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/unexalpha.c | 1 |
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 @@ | |||
| 1 | 2003-09-17 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * unexalpha.c: Don't include varargs.h. | ||
| 4 | |||
| 1 | 2003-09-17 Kim F. Storm <storm@cua.dk> | 5 | 2003-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> |