summaryrefslogtreecommitdiff
path: root/net/wap-utils/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-03-23 17:09:40 +0000
committerjoerg <joerg@pkgsrc.org>2006-03-23 17:09:40 +0000
commit3d0920dd137c3d14d1b8fc672ccd5f68675d31cd (patch)
treecdfc97ae04b2e033ba8eff4e11bc270b0cf54a39 /net/wap-utils/patches
parent1925f4fe892115d5193c080ea949d628fc70dd6a (diff)
downloadpkgsrc-3d0920dd137c3d14d1b8fc672ccd5f68675d31cd.tar.gz
ap_type is a short, not a char. Fix it and bump revision.
Diffstat (limited to 'net/wap-utils/patches')
-rw-r--r--net/wap-utils/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wap-utils/patches/patch-aa b/net/wap-utils/patches/patch-aa
new file mode 100644
index 00000000000..87d670a49ba
--- /dev/null
+++ b/net/wap-utils/patches/patch-aa
@@ -0,0 +1,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;
+