diff options
-rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 6130e77..a64fb6e 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -83,7 +83,7 @@ enum { static struct nlist nl[] = { { .n_name = "_constty" }, { .n_name = "_maxfiles" }, - { .n_name = "_nfiles" }, + { .n_name = "_openfiles" }, { .n_name = "_tty_list" }, { .n_name = "" } }; |