PERFORCE change 81399 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 3 11:52:05 GMT 2005


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

Change 81399 by rwatson at rwatson_zoo on 2005/08/03 11:51:42

	When I merged the addition of if_addr_mtx to CVS, I moved it from
	part-way through the data structure to the end for ABI reasons.
	When I integrated, both instances remained, so remove the one in
	the middle, since the one at the end is preferred.

Affected files ...

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

Differences ...

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

@@ -177,7 +177,6 @@
 	void	*if_afdata[AF_MAX];
 	int	if_afdata_initialized;
 	struct	mtx if_afdata_mtx;
-	struct	mtx if_addr_mtx;	/* mutex to protect address lists */
 	struct	task if_starttask;	/* task for IFF_NEEDSGIANT */
 	struct	task if_linktask;	/* task for link change events */
 	struct	mtx if_addr_mtx;	/* mutex to protect address lists */


More information about the p4-projects mailing list