From 51afc8b8865fe09f76b81ae341e693a5b16199f2 Mon Sep 17 00:00:00 2001 From: JuanJo Ciarlante Date: Tue, 15 Sep 2009 16:48:46 +0200 Subject: * support --disable-ipv6 build properly: - tests now are pass (and fail) properly for ipv6/4 builds * more GNU indenting --- mroute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mroute.c') diff --git a/mroute.c b/mroute.c index 7477a51..a2c66f3 100644 --- a/mroute.c +++ b/mroute.c @@ -387,7 +387,7 @@ mroute_addr_print_ex (const struct mroute_addr *ma, } } } -#else /* old pre IPV6 1-line code: */ +#else /* old, pre USE_PF_INET6 code */ buf_printf (&out, "IPV6"); #endif break; -- cgit