(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:
parent
027a15c160
commit
d827466ca2
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue