summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/Makefile2
-rw-r--r--usr.sbin/pstat/pstat.c10
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile
index 2431224..8fd2ced 100644
--- a/usr.sbin/pstat/Makefile
+++ b/usr.sbin/pstat/Makefile
@@ -6,7 +6,7 @@ LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
MAN= pstat.8
MLINKS= pstat.8 swapinfo.8
-WARNS?= 2
+WARNS?= 3
DPADD= ${LIBKVM} ${LIBUTIL}
LDADD= -lkvm -lutil
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 7a721a3..ca78637 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -81,11 +81,11 @@ enum {
};
static struct nlist nl[] = {
- { "_constty", 0 },
- { "_maxfiles", 0 },
- { "_nfiles", 0 },
- { "_tty_list", 0 },
- { "" }
+ { .n_name = "_constty" },
+ { .n_name = "_maxfiles" },
+ { .n_name = "_nfiles" },
+ { .n_name = "_tty_list" },
+ { .n_name = "" }
};
static int humanflag;
OpenPOWER on IntegriCloud