PERFORCE change 41550 for review
Sam Leffler
sam at FreeBSD.org
Wed Nov 5 19:57:55 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=41550
Change 41550 by sam at sam_ebb on 2003/11/05 19:57:44
remove #ifndef INET6 around assert; it's now handled at
the point where the assert #define is setup
Affected files ...
.. //depot/projects/netperf/sys/netinet/tcp_output.c#7 edit
Differences ...
==== //depot/projects/netperf/sys/netinet/tcp_output.c#7 (text+ko) ====
@@ -133,9 +133,7 @@
isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0;
#endif
-#ifndef INET6
INP_LOCK_ASSERT(tp->t_inpcb);
-#endif
/*
* Determine length of data that should be transmitted,
More information about the p4-projects
mailing list