> [...] > cc -O2 -pipe -I/src/sbin/fsck_ffs -I/src/sbin/fsck_ffs/../mount -DRESCUE > -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -c /src/sbin/fsck_ffs/fsutil.c > /src/sbin/fsck_ffs/fsutil.c:511:3: error: format specifies type 'long' but > the argument has type 'time_t' (aka 'int') [-Werror,-Wformat] > finishpass.tv_sec, finishpass.tv_nsec / 1000000); > ^~~~~~~~~~~~~~~~~ > /src/sbin/fsck_ffs/fsutil.c:525:7: error: format specifies type 'long' but > the argument has type 'time_t' (aka 'int') [-Werror,-Wformat] > readtime[i].tv_sec, readtime[i].tv_nsec / 1000000, > ^~~~~~~~~~~~~~~~~~ > 2 errors generated. > *** [fsutil.o] Error code 1
Should be squished now. r248680
signature.asc
Description: This is a digitally signed message part