PERFORCE change 150234 for review

Bjoern A. Zeeb bz at FreeBSD.org
Sun Sep 21 20:47:41 UTC 2008


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

Change 150234 by bz at bz_dumpster on 2008/09/21 20:47:20

	Sort V_ alphabetically.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netgraph/netgraph.h#9 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netgraph/netgraph.h#9 (text+ko) ====

@@ -1194,12 +1194,12 @@
 #define	VNET_NETGRAPH(sym)	VSYM(vnet_netgraph, sym)
 
 /* Symbol translation macros */
+#define	V_nextID		VNET_NETGRAPH(nextID)
 #define	V_ng_ID_hash		VNET_NETGRAPH(ng_ID_hash)
+#define	V_ng_eiface_unit	VNET_NETGRAPH(ng_eiface_unit)
+#define	V_ng_iface_unit		VNET_NETGRAPH(ng_iface_unit)
 #define	V_ng_name_hash		VNET_NETGRAPH(ng_name_hash)
 #define	V_ng_nodelist		VNET_NETGRAPH(ng_nodelist)
-#define	V_nextID		VNET_NETGRAPH(nextID)
-#define	V_ng_iface_unit		VNET_NETGRAPH(ng_iface_unit)
-#define	V_ng_eiface_unit	VNET_NETGRAPH(ng_eiface_unit)
 #define	V_ng_wormhole_unit	VNET_NETGRAPH(ng_wormhole_unit)
 
 #endif /* _NETGRAPH_NETGRAPH_H_ */


More information about the p4-projects mailing list