Mercurial > hg > xemacs-beta
diff src/unexalpha.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/unexalpha.c Mon Aug 13 11:31:26 2007 +0200 +++ b/src/unexalpha.c Mon Aug 13 11:32:25 2007 +0200 @@ -31,6 +31,7 @@ #include <sys/stat.h> #include <sys/mman.h> #include <stdio.h> +#include <errno.h> #include <varargs.h> #include <filehdr.h> #include <aouthdr.h> @@ -54,9 +55,6 @@ if (lseek (_fd, _position, L_SET) != _position) \ fatal_unexec (_error_message, _error_arg); -extern int errno; -extern char *strerror (); - void *sbrk(); #define EEOF -1