summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-02-14 04:20:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-02-14 04:20:41 +0000
commit897d31be9d7f1a84f605de9fc4f8632f4994df85 (patch)
tree8066a8608662bfba57cdf6a0d5fa4dcc999f6279 /usr.sbin/pstat
parent9c21f7691e5c836a5816a54bdab74f69453e336a (diff)
Notes
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 6130e77bd254..a64fb6e26b1f 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 = "" }
};