Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2006 08:23:13 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 89037 for review
Message-ID:  <200601020823.k028NDDb042602@repoman.freebsd.org>

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

Change 89037 by rwatson@rwatson_sesame on 2006/01/02 08:23:08

	Normalize.

Affected files ...

.. //depot/projects/netsmp/src/sys/net/if_var.h#14 edit

Differences ...

==== //depot/projects/netsmp/src/sys/net/if_var.h#14 (text+ko) ====

@@ -358,7 +358,7 @@
 		}							\
 	}								\
 	if (err)							\
-		(ifq)->ifq_drops++;					\
+		_IF_DROP(ifq);						\
 	IF_UNLOCK(ifq);							\
 } while (0)
 



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