# HG changeset patch # User Gerd Moellmann # Date 993852546 0 # Node ID 9078c39595a8153e7a01fb85bebe72c02c3887d3 # Parent 1c58ee3b6e209b46eb88902114fdbc37779cf217 (main): Remove extern declaration for sys_nerr, which isn't used and causes a compilation error with GCC 3.0 on FreeBSD 4.3. diff -r 1c58ee3b6e20 -r 9078c39595a8 src/emacs.c --- a/src/emacs.c Fri Jun 29 18:26:53 2001 +0000 +++ b/src/emacs.c Fri Jun 29 22:09:06 2001 +0000 @@ -712,7 +712,6 @@ int skip_args = 0; #ifndef USE_CRT_DLL extern int errno; - extern int sys_nerr; #endif #ifdef HAVE_SETRLIMIT struct rlimit rlim;