summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-06-11 23:00:35 +0000
committerdes <des@FreeBSD.org>2001-06-11 23:00:35 +0000
commiteb8c70e07b7140debc6086a0171b67da828ff577 (patch)
tree254922444565c7377efe6212d5324af30efc9e70 /sys/compat
parent7649f95432227d08b2c67980f3393192131d35cd (diff)
downloadFreeBSD-src-eb8c70e07b7140debc6086a0171b67da828ff577.zip
FreeBSD-src-eb8c70e07b7140debc6086a0171b67da828ff577.tar.gz
Say one thing, do the other... nextpid -> lastpid
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linprocfs/linprocfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
index 5732c5c..f8e76e7 100644
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -397,7 +397,7 @@ linprocfs_doloadavg(PFS_FILL_ARGS)
(int)(averunnable.ldavg[2] * 100 / averunnable.fscale % 100),
1, /* number of running tasks */
nprocs, /* number of tasks */
- nextpid /* the last pid */
+ lastpid /* the last pid */
);
return (0);
OpenPOWER on IntegriCloud