Ticket #1897: Build breaks on ignored return values
commit303833d59007e48a70c12599a175b6d18a21a625
authorEnrico Weigelt, metux IT service <weigelt@metux.de>
Mon, 28 Dec 2009 22:53:09 +0000 (28 23:53 +0100)
committerSlava Zanko <slavazanko@gmail.com>
Tue, 4 May 2010 14:34:20 +0000 (4 17:34 +0300)
tree829234f1e1706067a98fd430d797cf80665c3eca
parent66ff9186247a3ecd7fb28204a932778b97cccc2c
Ticket #1897: Build breaks on ignored return values

Changes into lib directory

 * samba: handling result of system() call
 * rpc: handling write errors
 * ftpfs: ignoring result of fwrite() on logfile (make compiler happy ;-))
 * fish: proper handling of file io calls
 * ignoring result of fwrite() on logfile (make compiler happy ;-))
 * lib/util.c: handling fwrite() call errors in mc_util_write_backup_content()
 * lib/utilunix.c:
  * handling possible error on dup() in close_error_pipe()
  * handling possible error on getcwd() in mc_realpath()

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
lib/util.c
lib/utilunix.c
lib/vfs/mc-vfs/direntry.c
lib/vfs/mc-vfs/extfs.c
lib/vfs/mc-vfs/fish.c
lib/vfs/mc-vfs/ftpfs.c
lib/vfs/mc-vfs/mcfsutil.c
lib/vfs/mc-vfs/samba/lib/util.c