(main): Remove extern declaration for sys_nerr, which

isn't used and causes a compilation error with GCC 3.0 on
FreeBSD 4.3.
This commit is contained in:
Gerd Moellmann 2001-06-29 22:09:24 +00:00
parent 027a15c160
commit d827466ca2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2001-06-30 Gerd Moellmann <gerd@gnu.org>
* emacs.c (main): Remove extern declaration for sys_nerr, which
isn't used and causes a compilation error with GCC 3.0 on
FreeBSD 4.3.
2001-06-27 Gerd Moellmann <gerd@gnu.org>
* widget.c (EmacsFrameSetCharSize): Turn off atimers and block

View file

@ -712,7 +712,6 @@ main (argc, argv, envp)
int skip_args = 0;
#ifndef USE_CRT_DLL
extern int errno;
extern int sys_nerr;
#endif
#ifdef HAVE_SETRLIMIT
struct rlimit rlim;