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

- use modern C

--- server/iswap.c~	1998-04-27 16:17:54.000000000 -0400
+++ server/iswap.c	2008-08-31 01:35:53.000000000 -0400
@@ -31,6 +31,7 @@
 *	locations outside the buffers.					*
 *									*
 ************************************************************************/
+#include <string.h>
 #include "iswap.h"
 #include "xmx.h"
 #include "incl/iswap.pvt.h"