Blame SOURCES/net-tools-inet6-output.patch

7e29f9
diff --git a/lib/inet6_gr.c.old b/lib/inet6_gr.c
7e29f9
index 4e26d30..2ff53a2 100644
7e29f9
--- a/lib/inet6_gr.c.old
7e29f9
+++ b/lib/inet6_gr.c
7e29f9
@@ -146,7 +146,7 @@ int rprint_fib6(int ext, int numeric)
7e29f9
 	    strcat(flags, "f");
7e29f9
 
7e29f9
 	/* Print the info. */
7e29f9
-	printf("%-30s %-26s %-4s %-3d %-1d%6d %s\n",
7e29f9
+	printf("%-30s %-26s %-4s %-3d %-1d %6d %s\n",
7e29f9
 	       addr6, naddr6, flags, metric, refcnt, use, iface);
7e29f9
     }
7e29f9