Module Name:    src
Committed By:   christos
Date:           Sat Apr 13 02:08:59 UTC 2013

Modified Files:
        src/external/bsd/tcpdump/dist: print-ip.c

Log Message:
remove debugging accidentally committed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/tcpdump/dist/print-ip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tcpdump/dist/print-ip.c
diff -u src/external/bsd/tcpdump/dist/print-ip.c:1.4 src/external/bsd/tcpdump/dist/print-ip.c:1.5
--- src/external/bsd/tcpdump/dist/print-ip.c:1.4	Fri Apr 12 19:51:50 2013
+++ src/external/bsd/tcpdump/dist/print-ip.c	Fri Apr 12 22:08:59 2013
@@ -25,7 +25,7 @@
 static const char rcsid[] _U_ =
     "@(#) Header: /tcpdump/master/tcpdump/print-ip.c,v 1.159 2007-09-14 01:29:28 guy Exp  (LBL)";
 #else
-__RCSID("$NetBSD: print-ip.c,v 1.4 2013/04/12 23:51:50 christos Exp $");
+__RCSID("$NetBSD: print-ip.c,v 1.5 2013/04/13 02:08:59 christos Exp $");
 #endif
 #endif
 
@@ -491,7 +491,6 @@ again:
 		break;
 
 	default:
-		fprintf(stderr, "XXXX: %d %d\n", ndo->ndo_nflag, ipds->nh);
 		if (ndo->ndo_nflag==0 && (proto = getprotobynumber(ipds->nh)) != NULL)
 			ND_PRINT((ndo, " %s", proto->p_name));
 		else

Reply via email to