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

- use modern C

--- server/auth.c~	1997-10-27 16:25:10.000000000 -0500
+++ server/auth.c	2008-08-31 00:26:26.000000000 -0400
@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <sys/param.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <errno.h>