summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-08-15 19:14:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-08-15 19:14:06 +0000
commit4dbd9f401a603eaa8afb293f1f9cbd05a87e7b9d (patch)
treecc7da97abe6616ca81e07a56ad2e7a381a1a730d /net
parentUpdate to 1.18. Switched to GPLv3, no user visible changes. (diff)
Unbreak on amd64.
Reported by: Kris's unbuildable ports reminder
Notes
Notes: svn path=/head/; revision=197771
Diffstat (limited to 'net')
-rw-r--r--net/l2tpd/files/patch-aaa.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-aaa.h b/net/l2tpd/files/patch-aaa.h
new file mode 100644
index 000000000000..12f8720aeb32
--- /dev/null
+++ b/net/l2tpd/files/patch-aaa.h
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- aaa.h
++++ aaa.h
+@@ -46,7 +46,6 @@
+ };
+
+ extern struct lns *get_lns (struct tunnel *);
+-extern struct addr_ent *uaddr[];
+ extern unsigned int get_addr (struct iprange *);
+ extern void reserve_addr (unsigned int);
+ extern void unreserve_addr (unsigned int);