Whamcloud - gitweb
uuidd: Fix warn_unused_result warnings from gcc
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Apr 2009 13:14:31 +0000 (09:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Apr 2009 13:14:31 +0000 (09:14 -0400)
commit38e7385e74258301d0fc6604c0e259c2807f8357
tree54309b4443739c1d3808fe1ca314d7329aeca864
parent1207e36d0a8674d6c627bb9b2759faf1e290e13e
uuidd: Fix warn_unused_result warnings from gcc

Fixed a potential bug caused by partial returns from the write system
call (especially possible for network connections).

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/uuidd.c