PERFORCE change 143341 for review
    Julian Elischer 
    julian at FreeBSD.org
       
    Thu Jun 12 02:13:57 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=143341
Change 143341 by julian at julian_trafmon1 on 2008/06/12 02:13:23
	Another false positive
Affected files ...
.. //depot/projects/vimage-commit2/src/sys/contrib/ipfilter/netinet/ip_compat.h#3 edit
Differences ...
==== //depot/projects/vimage-commit2/src/sys/contrib/ipfilter/netinet/ip_compat.h#3 (text+ko) ====
@@ -1208,7 +1208,7 @@
 #  define	bzero(s,z)	memset(s, 0, z)
 #  define	bcmp(a,b,z)	memcmp(a, b, z)
 
-#  define	V_ifnet		net_device
+#  define	ifnet		net_device
 #  define	if_xname	name
 #  define	if_unit		ifindex 
 
    
    
More information about the p4-projects
mailing list