Fix the virtual 'status' file for procfs. The wrong length was being used,
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 29 Jan 2005 08:34:00 +0000 (08:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 29 Jan 2005 08:34:00 +0000 (08:34 +0000)
commitaa0a27c8de1f2e8da7b3908f756cf54a41d5f701
treea8566f734c77b774dec0f6f1eb4e9125714e48b7
parent9e08e2dd30cf27f6aec0539b63dfa7ddb14fb0a7
Fix the virtual 'status' file for procfs.  The wrong length was being used,
returning a 0-length result every time.

Reported-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
sys/vfs/procfs/procfs_status.c