summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-03-22 09:47:14 +0000
committerpluknet <pluknet@FreeBSD.org>2012-03-22 09:47:14 +0000
commit8a86bd1bcc692f053943c6fb31138badc43f06bd (patch)
tree924767029459526f04ecc8d56be109284b7b973c /usr.bin/vmstat
parent38c24aff4ef68f245e8904507b3c07ff876d3b6b (diff)
downloadFreeBSD-src-8a86bd1bcc692f053943c6fb31138badc43f06bd.zip
FreeBSD-src-8a86bd1bcc692f053943c6fb31138badc43f06bd.tar.gz
Garbage collect defunct nlist(3) symbols.
MFC after: 1 week
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c22
1 files changed, 8 insertions, 14 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 9055ed2..fe3a29c 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -81,26 +81,20 @@ static char da[] = "da";
static struct nlist namelist[] = {
#define X_SUM 0
{ "_cnt" },
-#define X_BOOTTIME 1
- { "_boottime" },
-#define X_HZ 2
+#define X_HZ 1
{ "_hz" },
-#define X_STATHZ 3
+#define X_STATHZ 2
{ "_stathz" },
-#define X_NCHSTATS 4
+#define X_NCHSTATS 3
{ "_nchstats" },
-#define X_INTRNAMES 5
+#define X_INTRNAMES 4
{ "_intrnames" },
-#define X_SINTRNAMES 6
+#define X_SINTRNAMES 5
{ "_sintrnames" },
-#define X_INTRCNT 7
+#define X_INTRCNT 6
{ "_intrcnt" },
-#define X_SINTRCNT 8
+#define X_SINTRCNT 7
{ "_sintrcnt" },
-#define X_KMEMSTATS 9
- { "_kmemstatistics" },
-#define X_KMEMZONES 10
- { "_kmemzones" },
#ifdef notyet
#define X_DEFICIT XXX
{ "_deficit" },
@@ -112,7 +106,7 @@ static struct nlist namelist[] = {
{ "_xstats" },
#define X_END XXX
#else
-#define X_END 11
+#define X_END 8
#endif
{ "" },
};
OpenPOWER on IntegriCloud