Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
38 #include <sys/file.h> | 38 #include <sys/file.h> |
39 #include <sys/stat.h> | 39 #include <sys/stat.h> |
40 #include <sys/types.h> | 40 #include <sys/types.h> |
41 #include <string.h> | 41 #include <string.h> |
42 #include <stdio.h> | 42 #include <stdio.h> |
43 #include <errno.h> | |
43 #include <a.out.h> | 44 #include <a.out.h> |
44 #include <unistd.h> | 45 #include <unistd.h> |
45 #include <ctype.h> | 46 #include <ctype.h> |
46 #include <stab.h> | 47 #include <stab.h> |
47 #include <sys/dir.h> | 48 #include <sys/dir.h> |
93 int run_time_remap (char *dummy); | 94 int run_time_remap (char *dummy); |
94 | 95 |
95 /********************** Variables **********************************/ | 96 /********************** Variables **********************************/ |
96 | 97 |
97 /* for reporting error messages from system calls */ | 98 /* for reporting error messages from system calls */ |
98 extern int errno; | |
99 extern int _DYNAMIC; | 99 extern int _DYNAMIC; |
100 extern char **environ; | 100 extern char **environ; |
101 | 101 |
102 static unsigned long sbrk_of_0_at_unexec; | 102 static unsigned long sbrk_of_0_at_unexec; |
103 | 103 |