Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tcpdump/dist remove debugging accidentally comm...



details:   https://anonhg.NetBSD.org/src/rev/3a7d29373c39
branches:  trunk
changeset: 786065:3a7d29373c39
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 13 02:08:59 2013 +0000

description:
remove debugging accidentally committed.

diffstat:

 external/bsd/tcpdump/dist/print-ip.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ce4e9db39ae3 -r 3a7d29373c39 external/bsd/tcpdump/dist/print-ip.c
--- a/external/bsd/tcpdump/dist/print-ip.c      Fri Apr 12 23:51:50 2013 +0000
+++ b/external/bsd/tcpdump/dist/print-ip.c      Sat Apr 13 02:08:59 2013 +0000
@@ -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 @@
                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



Home | Main Index | Thread Index | Old Index