Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 07:31:00 GMT
From:      Fang Wang <fangwang@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 167351 for review
Message-ID:  <200908150731.n7F7V0KR018670@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167351

Change 167351 by fangwang@fangwang_utobsd on 2009/08/15 07:30:22

	Remove debug information.

Affected files ...

.. //depot/projects/soc2009/tcputo/src/contrib/tcpdump/print-tcp.c#4 edit

Differences ...

==== //depot/projects/soc2009/tcputo/src/contrib/tcpdump/print-tcp.c#4 (text+ko) ====

@@ -618,7 +618,6 @@
                                 datalen = 2;
                                 LENCHECK(datalen);
                                 uint utoval = EXTRACT_16BITS(cp);
-                                (void)printf("0x%x", utoval);
                                 if (utoval & 0x0001)
                                         utoval = (utoval >> 1) * 60;
                                 else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908150731.n7F7V0KR018670>