From 42a2c62292ca811bbca455ef738fcde861644d53 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 1 Apr 2010 20:10:33 -0700 Subject: Remove extern errno declarations. * xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. * movemail.c: * etags.c: * emacsclient.c: Remove extern errno declarations. --- src/emacs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/emacs.c') diff --git a/src/emacs.c b/src/emacs.c index 0d90776df83..400a6b0e594 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -756,9 +756,6 @@ main (int argc, char **argv) char stack_bottom_variable; int do_initial_setlocale; int skip_args = 0; -#ifndef USE_CRT_DLL - extern int errno; -#endif #ifdef HAVE_SETRLIMIT struct rlimit rlim; #endif -- cgit v1.2.1