summaryrefslogtreecommitdiff
path: root/net/netatalk-asun/patches/patch-bi
diff options
context:
space:
mode:
Diffstat (limited to 'net/netatalk-asun/patches/patch-bi')
-rw-r--r--net/netatalk-asun/patches/patch-bi13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/netatalk-asun/patches/patch-bi b/net/netatalk-asun/patches/patch-bi
new file mode 100644
index 00000000000..a8079afb761
--- /dev/null
+++ b/net/netatalk-asun/patches/patch-bi
@@ -0,0 +1,13 @@
+$NetBSD: patch-bi,v 1.3 2000/10/18 03:59:33 briggs Exp $
+--- etc/atalkd/route.c.orig Tue Oct 17 23:29:04 2000
++++ etc/atalkd/route.c Tue Oct 17 23:30:19 2000
+@@ -34,7 +34,8 @@
+ u_char sam_family;
+ u_short sam_pad;
+ u_short sam_mask;
+-} mask = { sizeof( struct sockaddr_m ), 0, 0, 0xffff };
++ u_short sam_pad2;
++} mask = { sizeof( struct sockaddr_m ), 0, 0, 0xffff, 0 };
+
+ struct rt_msg_at {
+ struct rt_msghdr rtma_rtm;