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