Add blkcnt_t and blksize_t per IEEE Std 1003.1, 2004 Edition.
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Fri, 3 Jun 2005 09:45:53 +0000 (09:45 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Fri, 3 Jun 2005 09:45:53 +0000 (09:45 +0000)
commit59694baad3c254d1124b4a65070e39350838c26b
tree730f8b7b97fbe3f5da7f7367d05e7706c478da64
parent717cf542a19e1843fed53936bb31a42aca63a5a0
Add blkcnt_t and blksize_t per IEEE Std 1003.1, 2004 Edition.

I do not understand why both FreeBSD and NetBSD use an unsigned integer,
when the specification clearly states an signed integer should be used.
sys/sys/types.h