summaryrefslogtreecommitdiff
path: root/wm/fvwm/patches/patch-ae
blob: d77adce3f05bca3014e0b828160a078001a2ca0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1.1.1 2006/07/02 09:21:57 martti Exp $

--- fvwm/module_interface.c.orig	2005-12-06 14:48:01.000000000 +0000
+++ fvwm/module_interface.c
@@ -1460,7 +1460,6 @@ void FlushMessageQueue(int module)
   char *dptr;
   struct queue_buff_struct *d;
   int a;
-  extern int errno;
 
   if((pipeOn[module] <= 0)||(pipeQueue[module] == NULL))
     return;