diff options
Diffstat (limited to 'editors/emacs21/patches/patch-av')
-rw-r--r-- | editors/emacs21/patches/patch-av | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/emacs21/patches/patch-av b/editors/emacs21/patches/patch-av new file mode 100644 index 00000000000..fb4651be2cb --- /dev/null +++ b/editors/emacs21/patches/patch-av @@ -0,0 +1,14 @@ +$NetBSD: patch-av,v 1.1 2007/06/11 13:38:42 markd Exp $ + +--- src/dispnew.c.orig 2005-12-29 13:38:38.000000000 +0000 ++++ src/dispnew.c +@@ -5820,9 +5820,6 @@ window_change_signal (signalnum) /* If w + int signalnum; /* some compilers complain in signal calls. */ + { + int width, height; +-#ifndef USE_CRT_DLL +- extern int errno; +-#endif + int old_errno = errno; + + get_frame_size (&width, &height); |