Mercurial > hg > xemacs-beta
diff src/unexalpha.c @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 7d59cb494b73 |
children | de805c49cfc1 |
line wrap: on
line diff
--- a/src/unexalpha.c Mon Aug 13 11:12:06 2007 +0200 +++ b/src/unexalpha.c Mon Aug 13 11:13:30 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