Make f_bsize signed. Having it unsigned causes surprising (and unwanted)
authormillert <millert@openbsd.org>
Fri, 24 Mar 2000 19:07:48 +0000 (19:07 +0000)
committermillert <millert@openbsd.org>
Fri, 24 Mar 2000 19:07:48 +0000 (19:07 +0000)
commitb78e048cf75976bdefb9dc45cb7fee701f1d349c
tree50db08628f1b59e68c11afa2458b78e3d6cca997
parentb517ae1168db63d06dc8cdb7d5d8b492f2ddf59e
Make f_bsize signed.  Having it unsigned causes surprising (and unwanted)
type coercions.  With this fixed I can back out the hack in df.
bin/df/df.c
lib/libc/sys/getfsstat.2
lib/libc/sys/statfs.2
sys/sys/mount.h