svn commit: r283813 - head/contrib/traceroute

Michael Tuexen tuexen at FreeBSD.org
Sun May 31 10:51:37 UTC 2015


Author: tuexen
Date: Sun May 31 10:51:36 2015
New Revision: 283813
URL: https://svnweb.freebsd.org/changeset/base/283813

Log:
  Use an empty string for field descriptions of unknown protocols.
  
  MFC after: 3 days

Modified:
  head/contrib/traceroute/traceroute.c

Modified: head/contrib/traceroute/traceroute.c
==============================================================================
--- head/contrib/traceroute/traceroute.c	Sun May 31 10:51:06 2015	(r283812)
+++ head/contrib/traceroute/traceroute.c	Sun May 31 10:51:36 2015	(r283813)
@@ -465,7 +465,7 @@ struct	outproto protos[] = {
 	},
 	{
 		NULL,
-		NULL,
+		"",
 		0,
 		2 * sizeof(u_short),
 		0,


More information about the svn-src-head mailing list