summaryrefslogtreecommitdiff
path: root/net/wap-utils/patches/patch-aa
blob: 87d670a49ba1996333b8bb7b99aa6984be6620cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1 2006/03/23 17:09:40 joerg Exp $

--- src/file.c.orig	2006-03-23 16:56:33.000000000 +0000
+++ src/file.c
@@ -115,7 +115,8 @@ struct APList *parse_db_str(char *str)
 
 int get_opts()
 {
-        extern char ap_type, *community;
+        extern short ap_type;
+	extern char *community;
 	extern struct in_addr ap_ip;
 	extern int sockfd;