diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-02-14 04:20:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-02-14 04:20:41 +0000 |
| commit | 897d31be9d7f1a84f605de9fc4f8632f4994df85 (patch) | |
| tree | 8066a8608662bfba57cdf6a0d5fa4dcc999f6279 /usr.sbin/pstat | |
| parent | 9c21f7691e5c836a5816a54bdab74f69453e336a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pstat')
| -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 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 = "" } }; |
