]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fsck_ffs: Revert partially the unsigned changes.
authorpfg <pfg@FreeBSD.org>
Wed, 27 Apr 2016 01:36:25 +0000 (01:36 +0000)
committerpfg <pfg@FreeBSD.org>
Wed, 27 Apr 2016 01:36:25 +0000 (01:36 +0000)
commitfd3ec7b9e67578d2f7caf1914853bd56c9a39ff7
tree35fd8e0672e83d52b35197e2572b1d35b8f512f0
parent43b587f58af52deae750d9e67a9b77097e3fc1cd
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.

Missing revert value in suj_read().

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