summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-am
blob: 8216e1341e161277e8ed0cbd3d197dbb2a3f9f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-am,v 1.1 2008/03/03 05:06:40 jlam Exp $

--- cui.c.orig	1996-08-06 13:24:30.000000000 -0400
+++ cui.c
@@ -207,6 +207,10 @@ int help_index;
 int key_mac[100];
 int key_mac_cnt=0;
 
+#ifndef u_char
+#define u_char unsigned char
+#endif
+
 ungetstrx(str) unsigned char *str; {
 	int len;
 	int i;