diff options
Diffstat (limited to 'system/cryptsetup/flush-stdout.patch')
-rw-r--r-- | system/cryptsetup/flush-stdout.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/system/cryptsetup/flush-stdout.patch b/system/cryptsetup/flush-stdout.patch deleted file mode 100644 index ae21a235f..000000000 --- a/system/cryptsetup/flush-stdout.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- ./src/utils_tools.c.orig 2014-10-24 12:58:35.151717616 -0200 -+++ ./src/utils_tools.c 2014-10-24 13:00:42.716855265 -0200 -@@ -105,10 +105,13 @@ - - case CRYPT_LOG_NORMAL: - fputs(msg, stdout); -+ fflush(stdout); - break; - case CRYPT_LOG_VERBOSE: -- if (opt_verbose) -+ if (opt_verbose) { - fputs(msg, stdout); -+ fflush(stdout); -+ } - break; - case CRYPT_LOG_ERROR: - fputs(msg, stderr); |