Deleted Added
full compact
40c40
< __FBSDID("$FreeBSD: head/sbin/fsck_ffs/pass1.c 125036 2004-01-26 15:05:30Z cperciva $");
---
> __FBSDID("$FreeBSD: head/sbin/fsck_ffs/pass1.c 126345 2004-02-28 07:50:42Z scottl $");
109a110,114
> if (got_sigalarm) {
> setproctitle("%s p1 %d%%", cdevname,
> c * 100 / sblock.fs_ncg);
> got_sigalarm = 0;
> }