]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-tee.patch
- update for 1.0.0pre2
[packages/busybox.git] / busybox-tee.patch
CommitLineData
3412182f
AM
1diff -urN busybox-1.00-pre2.org/coreutils/tee.c busybox-1.00-pre2/coreutils/tee.c
2--- busybox-1.00-pre2.org/coreutils/tee.c 2003-08-02 23:31:11.000000000 +0200
3+++ busybox-1.00-pre2/coreutils/tee.c 2003-08-02 23:32:33.000000000 +0200
4@@ -89,6 +89,7 @@
5 #endif
4c6ebd20 6
3412182f 7 #else
b1e361d7 8+ setvbuf(stdout, NULL, _IONBF, 0);
3412182f
AM
9 while ((c = getchar()) != EOF) {
10 for (p=files ; *p ; p++) {
11 putc(c, *p);
This page took 0.063333 seconds and 4 git commands to generate.