PERFORCE change 164674 for review
    Marko Zec 
    zec at FreeBSD.org
       
    Thu Jun 18 16:55:36 UTC 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=164674
Change 164674 by zec at zec_amdx4 on 2009/06/18 16:55:16
	s/ /^I/ per style(9).
Affected files ...
.. //depot/projects/vimage-commit2/src/sys/net/vnet.h#24 edit
Differences ...
==== //depot/projects/vimage-commit2/src/sys/net/vnet.h#24 (text+ko) ====
@@ -84,10 +84,10 @@
 #define	VNET_NET(sym)	VSYM(vnet_net, sym)
 
 #define	V_ether_ipfw		VNET_NET(ether_ipfw)
-#define V_flow_hashjitter	VNET_NET(flow_hashjitter)
-#define V_flow_ipv4_zone	VNET_NET(flow_ipv4_zone)
-#define V_flow_ipv6_zone	VNET_NET(flow_ipv6_zone)
-#define V_flow_list_head	VNET_NET(flow_list_head)
+#define	V_flow_hashjitter	VNET_NET(flow_hashjitter)
+#define	V_flow_ipv4_zone	VNET_NET(flow_ipv4_zone)
+#define	V_flow_ipv6_zone	VNET_NET(flow_ipv6_zone)
+#define	V_flow_list_head	VNET_NET(flow_list_head)
 #define	V_if_index		VNET_NET(if_index)
 #define	V_if_indexlim		VNET_NET(if_indexlim)
 #define	V_if_cloners		VNET_NET(if_cloners)
    
    
More information about the p4-projects
mailing list