3.x.x, while I'm here remove redundant DragonFly.cf from xorg-imake/files, we'll use the same file from xorg-libs.
13 lines
505 B
Text
13 lines
505 B
Text
$NetBSD: patch-bk,v 1.1 2005/05/23 19:14:15 xtraeme Exp $
|
|
|
|
--- programs/Xserver/Xext/shm.c.orig 2005-04-30 23:00:21.000000000 +0200
|
|
+++ programs/Xserver/Xext/shm.c 2005-04-30 23:00:40.000000000 +0200
|
|
@@ -157,7 +157,7 @@
|
|
}
|
|
|
|
|
|
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__)
|
|
+#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__)
|
|
#include <sys/signal.h>
|
|
|
|
static Bool badSysCall = FALSE;
|