aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-06-29 22:09:24 +0000
committerGerd Moellmann2001-06-29 22:09:24 +0000
commitd827466ca2b9327142d44b88e1ec7aba75890824 (patch)
treef75c992c780393dea193c3ede4a422206206a91d /src
parent027a15c1600b9742b7279caa03543cabb1f5a01d (diff)
downloademacs-d827466ca2b9327142d44b88e1ec7aba75890824.tar.gz
emacs-d827466ca2b9327142d44b88e1ec7aba75890824.zip
(main): Remove extern declaration for sys_nerr, which
isn't used and causes a compilation error with GCC 3.0 on FreeBSD 4.3.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/emacs.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5012ea7441d..0bfccb76ce7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-06-30 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs.c (main): Remove extern declaration for sys_nerr, which
4 isn't used and causes a compilation error with GCC 3.0 on
5 FreeBSD 4.3.
6
12001-06-27 Gerd Moellmann <gerd@gnu.org> 72001-06-27 Gerd Moellmann <gerd@gnu.org>
2 8
3 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block 9 * 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)
712 int skip_args = 0; 712 int skip_args = 0;
713#ifndef USE_CRT_DLL 713#ifndef USE_CRT_DLL
714 extern int errno; 714 extern int errno;
715 extern int sys_nerr;
716#endif 715#endif
717#ifdef HAVE_SETRLIMIT 716#ifdef HAVE_SETRLIMIT
718 struct rlimit rlim; 717 struct rlimit rlim;