Whamcloud - gitweb
libss: Fix warn_unused_result warnings from gcc
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Apr 2009 18:48:59 +0000 (14:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Apr 2009 18:48:59 +0000 (14:48 -0400)
commit935a123f3b9156e18d1397a05e5b5f1a5e021f22
tree29b854eb354477c076a39df0ffcede6bfbba2a6c
parent9ea68828f31d5be1f6622321464533b35dd6d762
libss: Fix warn_unused_result warnings from gcc

Fixed a potential bug where by partial returns from the write system
call could the fallback pager to drop characters.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ss/pager.c