Mercurial > hg > xemacs-beta
diff src/unexfreebsd.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/unexfreebsd.c Mon Aug 13 11:31:26 2007 +0200 +++ b/src/unexfreebsd.c Mon Aug 13 11:32:25 2007 +0200 @@ -40,6 +40,7 @@ #include <sys/types.h> #include <string.h> #include <stdio.h> +#include <errno.h> #include <a.out.h> #include <unistd.h> #include <ctype.h> @@ -95,7 +96,6 @@ /********************** Variables **********************************/ /* for reporting error messages from system calls */ -extern int errno; extern int _DYNAMIC; extern char **environ;