From f8676375822b84782813546dea56ee86c22b4d64 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Tue, 13 Sep 2011 17:05:25 +0000 Subject: - Update to 1.0.2 PR: ports/160648 Submitted by: Mikhail T. (maintainer) --- net/ndisc6/files/patch-src-ndisc.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/ndisc6/files/patch-src-ndisc.c (limited to 'net/ndisc6/files/patch-src-ndisc.c') diff --git a/net/ndisc6/files/patch-src-ndisc.c b/net/ndisc6/files/patch-src-ndisc.c new file mode 100644 index 000000000000..e2b49166603f --- /dev/null +++ b/net/ndisc6/files/patch-src-ndisc.c @@ -0,0 +1,11 @@ +--- src/ndisc.c.orig 2011-09-10 14:17:49.714181834 +0400 ++++ src/ndisc.c 2011-09-10 14:17:51.893973268 +0400 +@@ -440,8 +440,6 @@ + gettext ((v & ND_RA_FLAG_MANAGED) ? N_ ("Yes") : N_("No"))); + printf (_("Stateful other conf. : %3s\n"), + gettext ((v & ND_RA_FLAG_OTHER) ? N_ ("Yes") : N_("No"))); +- printf (_("Mobile home agent : %3s\n"), +- gettext ((v & ND_RA_FLAG_HOME_AGENT) ? N_ ("Yes") : N_("No"))); + printf (_("Router preference : %6s\n"), pref_i2n (v)); + printf (_("Neighbor discovery proxy : %3s\n"), + gettext ((v & 0x04) ? N_ ("Yes") : N_("No"))); -- cgit v1.2.3