PERFORCE change 163692 for review

Gabor Pali pgj at FreeBSD.org
Sun Jun 7 09:35:48 UTC 2009


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

Change 163692 by pgj at petymeg-current on 2009/06/07 09:35:02

	Remove UNP_### from the global nlist, since it comes via libnetstat

Affected files ...

.. //depot/projects/soc2009/pgj_libstat/src/usr.bin/netstat/main.c#4 edit

Differences ...

==== //depot/projects/soc2009/pgj_libstat/src/usr.bin/netstat/main.c#4 (text+ko) ====

@@ -170,19 +170,11 @@
 	{ .n_name = "_divcbinfo" },
 #define	N_RIPCBINFO	47
 	{ .n_name = "_ripcbinfo" },
-#define	N_UNP_COUNT	48
-	{ .n_name = "_unp_count" },
-#define	N_UNP_GENCNT	49
-	{ .n_name = "_unp_gencnt" },
-#define	N_UNP_DHEAD	50
-	{ .n_name = "_unp_dhead" },
-#define	N_UNP_SHEAD	51
-	{ .n_name = "_unp_shead" },
-#define	N_RIP6STAT	52
+#define	N_RIP6STAT	48
 	{ .n_name = "_rip6stat" },
-#define	N_SCTPSTAT	53
+#define	N_SCTPSTAT	49
 	{ .n_name = "_sctpstat" },
-#define	N_MFCTABLESIZE	54
+#define	N_MFCTABLESIZE	50
 	{ .n_name = "_mfctablesize" },
 	{ .n_name = NULL },
 };


More information about the p4-projects mailing list