]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include stdio-safer.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Apr 2005 20:06:13 +0000 (20:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Apr 2005 20:06:13 +0000 (20:06 +0000)
commitfd48557688887639cadfa7cc7c2fa06451b0ca48
tree6961076d056919f14dba6f054fdf79cbfc9ace67
parentaaffac9b6a0752afd2d8ad8ddae45cad3ca4f99c
Include stdio-safer.h.
(compare_files): Exit right away on I/O error rather than continuing
and producing confusing output and error messages.
Return void, not int; all callers changed.
Use fopen_safer to avoid confusion with file descriptors.
src/comm.c