Initial public busybox maemo commit, 3:1.10.2.legal-1osso12
[busybox4maemo] / debian / patches / 06ls.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 99-unnamed.dpatch by Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
6
7 @DPATCH@
8 diff --git a/coreutils/ls.c b/coreutils/ls.c
9 index 067e463..39aa63e 100644
10 --- a/coreutils/ls.c
11 +++ b/coreutils/ls.c
12 @@ -431,6 +431,7 @@ static void showfiles(struct dnode **dn, int nfiles)
13                         }
14                 }
15                 putchar('\n');
16 +               fflush(NULL);
17                 column = 0;
18         }
19  }