patch-2.2.0-final linux/net/ipv4/fib_semantics.c
Next file: linux/net/ipv4/ip_masq_mfw.c
Previous file: linux/net/decnet/README
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Jan 24 21:54:35 1999
-  Orig file: 
v2.2.0-pre9/linux/net/ipv4/fib_semantics.c
-  Orig date: 
Mon Oct  5 13:13:48 1998
diff -u --recursive --new-file v2.2.0-pre9/linux/net/ipv4/fib_semantics.c linux/net/ipv4/fib_semantics.c
@@ -984,7 +984,7 @@
 			      flags, 0, 0, 0,
 			      mask, 0, 0, 0);
 	}
-	memset(buffer+len, 0, 127-len);
+	memset(buffer+len, ' ', 127-len);
 	buffer[127] = '\n';
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov