Age | Commit message (Collapse) | Author |
|
Some calls to `error', `printk', and `problem' lacked a format
string, leading to build failure when compiling with stricter CFLAGS.
* nfs/mount.c (mount_root): Add format string for `error' calls which
lacked it.
* pfinet/main.c (pfinet_bind): Likewise.
* term/main.c (main): Likewise.
* utils/shd.c (run): Likewise.
* utils/storeinfo.c (main): Likewise.
* pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add
format string for `printk' call which lacked it.
(tcp_timer_is_set): Likewise.
* ufs-fsck/utilities.c (punt): Add format string for `problem' call
which lacked it.
|
|
* dir.c, pass1.c, pass2.c, utilities.c: Use %Ld for ino_t values.
|
|
* utilities.c: Include <time.h> for decl.
|
|
* utilities.c (pextend): Free MORE before returning.
* dir.c (linkup): Don't free tempname until after we're done using
it in the call to warning.
Reported by Katsuya Tanaka (tanaka@boarderz.com).
|
|
|
|
|
|
(no_preen): New function.
(problem, warning, pinode): Use it.
|
|
(pinode, pfix, reply): Use new problem recording stuff.
(push_problem, resolve_problem, flush_problems): New functions.
(struct problem): New type.
(problems, free_problems): New variables.
(retch, punt): New functions.
|
|
|
|
(pfatal, pwarn, errexit): Print DEVICE_NAME too if in preen mode.
(pinode): Take a message & args to print as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|