pkgsrc/net/wap-utils/patches/patch-aa

15 lines
362 B
Text
Raw Normal View History

$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;