21 lines
535 B
Text
21 lines
535 B
Text
$NetBSD: patch-ab,v 1.1 2005/12/14 15:35:25 joerg Exp $
|
|
|
|
--- xfwm/module.c.orig 2005-12-14 15:06:36.000000000 +0000
|
|
+++ xfwm/module.c
|
|
@@ -43,7 +43,7 @@
|
|
#include <ctype.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
#include <X11/keysym.h>
|
|
@@ -670,7 +670,6 @@ FlushQueue (int module)
|
|
char *dptr;
|
|
struct queue_buff_struct *d;
|
|
int a;
|
|
- extern int errno;
|
|
|
|
if ((pipeOn[module] <= 0) || (pipeQueue[module] == NULL))
|
|
return;
|