summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-av
blob: f83d82efaf2281e72cf99e442fa5b9d485492ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-av,v 1.3 2005/12/29 13:56:51 joerg 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);