From d827466ca2b9327142d44b88e1ec7aba75890824 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 29 Jun 2001 22:09:24 +0000 Subject: [PATCH] (main): Remove extern declaration for sys_nerr, which isn't used and causes a compilation error with GCC 3.0 on FreeBSD 4.3. --- src/ChangeLog | 6 ++++++ src/emacs.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5012ea7441d..0bfccb76ce7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-06-30 Gerd Moellmann + + * 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 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block diff --git a/src/emacs.c b/src/emacs.c index 00812cfbbba..ff97369a33a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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; -- 2.39.5