Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 19:57:54 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41550 for review
Message-ID:  <200311060357.hA63vsP0080925@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=41550

Change 41550 by sam@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,


help

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