summaryrefslogtreecommitdiff
path: root/x11/xmx/patches/patch-bk
blob: f5e53342a1541c88da3a6e41e281cdda95f02eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bk,v 1.2 2011/07/03 20:15:59 dholland Exp $

- use modern C

--- server/connect.c~	1998-04-01 18:41:25.000000000 -0500
+++ server/connect.c	2008-08-31 00:39:48.000000000 -0400
@@ -33,6 +33,7 @@
 #include <sys/select.h>
 #endif
 #include <stdlib.h>
+#include <string.h>
 #include <errno.h>
 #define NEED_REPLIES
 #define NEED_EVENTS