summaryrefslogtreecommitdiff
path: root/editors/emacs22/patches/patch-av
blob: b428e760a0d2dc2027ced466c2ebeba48aa31b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-av,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $

--- src/dispnew.c.orig	2008-10-10 10:35:49.000000000 +0900
+++ src/dispnew.c
@@ -6167,9 +6167,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;
 
   signal (SIGWINCH, window_change_signal);