commit | 2a7bfe835317bb9f3ebcd20079b2bb800f4b9eaa | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 15:40:15 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 16:06:57 2008 -0400 |
tree | 3b61ff73be02de3624fb922347b803323003bb95 | |
parent | ebabf2ad6d19af5c674b624bafe619dedbc94403 [diff] |
Flush stdio buffers before calling setbuf() On Solaris setbuf() will discard any pending output to the stream, so make we call fflush() before calling setbuf(). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>