Re: fsck_ffs(8): remove always false comparison

2017-04-10 Thread Todd C. Miller
On Sun, 09 Apr 2017 18:09:51 +0200, Frederic Cambus wrote: > Remove always false comparison: inosused type is ino_t, which is > unsigned. It's not so simple. It looks like this is intended to handle inosused wrapping, which is possible. I think it is worth having a check in there of some kind.

fsck_ffs(8): remove always false comparison

2017-04-09 Thread Frederic Cambus
Hi tech@, Remove always false comparison: inosused type is ino_t, which is unsigned. While there, fix a whitespace issue. Comments? OK? Index: sbin/fsck_ffs/pass1.c === RCS file: /cvs/src/sbin/fsck_ffs/pass1.c,v retrieving