]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fsck_ffs: Revert partially the unsigned changes.
authorpfg <pfg@FreeBSD.org>
Wed, 27 Apr 2016 01:32:11 +0000 (01:32 +0000)
committerpfg <pfg@FreeBSD.org>
Wed, 27 Apr 2016 01:32:11 +0000 (01:32 +0000)
commit43b587f58af52deae750d9e67a9b77097e3fc1cd
tree10d45ec36ecfc6cf4b937b2ae25cb3b6daa5253b
parent555ff4cf7f5679f262adf70afc8eebde96659329
fsck_ffs: Revert partially the unsigned changes.

Any value of uint16_t will be internally promoted to int so
changing them to an unsigned value doesn't help.

Make clear we want to use uint32_t for closedisk()

X-MFC with: r298551
sbin/fsck_ffs/suj.c