summaryrefslogtreecommitdiff
path: root/net/radvd/files/patch-device-bsd44.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/radvd/files/patch-device-bsd44.c')
-rw-r--r--net/radvd/files/patch-device-bsd44.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/radvd/files/patch-device-bsd44.c b/net/radvd/files/patch-device-bsd44.c
index 4f36c217a46f..baccf2a6edaa 100644
--- a/net/radvd/files/patch-device-bsd44.c
+++ b/net/radvd/files/patch-device-bsd44.c
@@ -1,6 +1,6 @@
---- ./device-bsd44.c.orig 2011-02-26 17:00:23.000000000 +0100
-+++ ./device-bsd44.c 2011-07-08 13:13:44.000000000 +0200
-@@ -189,6 +189,24 @@
+--- device-bsd44.c.orig 2014-07-21 07:21:42 UTC
++++ device-bsd44.c
+@@ -171,6 +171,24 @@ int setup_linklocal_addr(struct Interfac
int setup_allrouters_membership(struct Interface *iface)
{
@@ -22,6 +22,6 @@
+ return (-1);
+ }
+
- return (0);
+ return 0;
}