Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2008 20:47:40 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150234 for review
Message-ID:  <200809212047.m8LKleYD005509@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150234

Change 150234 by bz@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809212047.m8LKleYD005509>