--- src/sys/emulation/linux/i386/linprocfs/linprocfs_misc.c 2006/01/06 15:01:06 1.13 +++ src/sys/emulation/linux/i386/linprocfs/linprocfs_misc.c 2006/01/06 15:01:38 1.14 @@ -475,7 +475,7 @@ linprocfs_doloadavg(struct proc *curp, s (int)(averunnable.ldavg[2] * 100 / averunnable.fscale % 100), 1, /* number of running tasks */ -1, /* number of tasks */ - 1, /* The last pid, just kidding */ + 1 /* The last pid, just kidding */ ); return(uiomove_frombuf(psbuf, ps - psbuf, uio)); }