PERFORCE change 126260 for review
Marko Zec
zec at FreeBSD.org
Mon Sep 10 03:09:47 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=126260
Change 126260 by zec at zec_tca51 on 2007/09/10 10:08:48
Remove a stale debugging printf().
Affected files ...
.. //depot/projects/vimage/src/sys/netinet6/ip6_input.c#24 edit
Differences ...
==== //depot/projects/vimage/src/sys/netinet6/ip6_input.c#24 (text+ko) ====
@@ -1106,7 +1106,6 @@
void
ip6_savecontrol(struct inpcb *in6p, struct mbuf *m, struct mbuf **mp)
{
- printf("---> tcp6_input() \n");
#define IS2292(x, y) ((in6p->in6p_flags & IN6P_RFC2292) ? (x) : (y))
struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *);
More information about the p4-projects
mailing list