commit | 1207e36d0a8674d6c627bb9b2759faf1e290e13e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 15 13:05:09 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 15 13:12:56 2009 -0400 |
tree | b0b96aad31b15300ef032e20ee088755f26bc628 | |
parent | 611378fe20777da83fcc8fe77ff2c515b7dc1e42 [diff] |
libuuid: Close all file descriptors before running uuidd This avoids problems when the calling program has open file descriptors (especially sockets) open. Also fix up some warn_unused_result warnings from gcc. Addresses-Launchpad-bug: #305057 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>