summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/patches/patch-af')
-rw-r--r--news/inn/patches/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/inn/patches/patch-af b/news/inn/patches/patch-af
index 8e93b903740..6aaf017b2c3 100644
--- a/news/inn/patches/patch-af
+++ b/news/inn/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.7 2004/07/07 12:38:25 tron Exp $
+$NetBSD: patch-af,v 1.8 2004/07/24 23:55:28 grant Exp $
---- innd/inndstart.c.orig 2004-01-07 23:47:19.000000000 +0100
-+++ innd/inndstart.c 2004-07-07 14:25:19.000000000 +0200
-@@ -136,6 +136,7 @@
+--- innd/inndstart.c.orig 2004-01-08 09:47:19.000000000 +1100
++++ innd/inndstart.c
+@@ -136,6 +136,7 @@ main(int argc, char *argv[])
if (p && strcmp(p, "all") != 0 && strcmp(p, "any") != 0) {
if (!inet_aton(p, &address))
die("invalid bindaddress in inn.conf (%s)", p);
@@ -10,7 +10,7 @@ $NetBSD: patch-af,v 1.7 2004/07/07 12:38:25 tron Exp $
}
#ifdef HAVE_INET6
address6 = in6addr_any;
-@@ -143,6 +144,7 @@
+@@ -143,6 +144,7 @@ main(int argc, char *argv[])
if (p && strcmp(p, "all") != 0 && strcmp(p, "any") != 0) {
if (inet_pton(AF_INET6, p, &address6) < 1)
die("invalid bindaddress6 in inn.conf (%s)", p);