diff options
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r-- | coreutils/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index 8bba62c..f1e63fd 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -189,7 +189,7 @@ int dd_main(int argc UNUSED_PARAM, char **argv) memset(&Z, 0, sizeof(Z)); INIT_G(); - //fflush(NULL); - is this needed because of NOEXEC? + //fflush_all(); - is this needed because of NOEXEC? for (n = 1; argv[n]; n++) { int what; |