summaryrefslogtreecommitdiff
path: root/games/xjig/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xjig/patches/patch-ab')
-rw-r--r--games/xjig/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xjig/patches/patch-ab b/games/xjig/patches/patch-ab
new file mode 100644
index 00000000000..5cad688b057
--- /dev/null
+++ b/games/xjig/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2005/03/16 21:01:58 rillig Exp $
+
+No standard ever mentions "struct fd_set", so use the widely-known type
+fd_set instead. Needed for Linux.
+
+--- xjig.C.orig Wed Jul 24 22:14:28 1996
++++ xjig.C Wed Mar 16 21:55:16 2005
+@@ -668,7 +668,7 @@ Pixmap pixmap;
+ XSync(dpy,0);
+ while (!XPending(dpy)) {
+ struct timeval timeout;
+- struct fd_set readfds;
++ fd_set readfds;
+ int nfds;
+
+ FD_ZERO( &readfds );