diff options
Diffstat (limited to 'net/gated/patches/patch-ae')
-rw-r--r-- | net/gated/patches/patch-ae | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/gated/patches/patch-ae b/net/gated/patches/patch-ae new file mode 100644 index 00000000000..90f014a2a0a --- /dev/null +++ b/net/gated/patches/patch-ae @@ -0,0 +1,16 @@ +$NetBSD: patch-ae,v 1.1 1999/11/19 12:03:31 bouyer Exp $ + +--- src/krt_ifread_kinfo.c.old Fri Nov 19 12:37:27 1999 ++++ src/krt_ifread_kinfo.c Fri Nov 19 12:42:20 1999 +@@ -218,6 +218,11 @@ + ifl); + break; + ++#ifdef RTM_OIFINFO ++ case RTM_OIFINFO: /* just ignore compat message */ ++ continue; ++#endif ++ + default: + trace_log_tp(tp, + 0, |