PERFORCE change 47805 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 28 10:50:28 PST 2004


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

Change 47805 by rwatson at rwatson_tislabs on 2004/02/28 10:49:34

	GC an mtag variable that is now defined locally in a code block,
	rather than globally.

Affected files ...

.. //depot/projects/netperf_socket/sys/netinet/ip_input.c#4 edit

Differences ...

==== //depot/projects/netperf_socket/sys/netinet/ip_input.c#4 (text+ko) ====

@@ -1719,7 +1719,6 @@
 	struct in_ifaddr *ia;
 	int error, type = 0, code = 0;
 	struct mbuf *mcopy;
-	struct m_tag *mtag;
 	n_long dest;
 	struct in_addr pkt_dst;
 	struct ifnet *destifp;


More information about the p4-projects mailing list