wok view busybox/stuff/busybox-1.10.1-script.u @ rev 1400

Linux/wireless: add ATMEL USB_ZD1201 RTL8180 and ADM8211
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 20 20:02:49 2008 +0000 (2008-09-20)
parents
children
line source
1 --- busybox-1.10.1/util-linux/script.c
2 +++ busybox-1.10.1/util-linux/script.c
3 @@ -132,8 +132,7 @@
4 count = safe_read(pty, buf, sizeof(buf));
5 if (count <= 0 && errno != EAGAIN) {
6 /* err/eof: don't read anymore */
7 - pfd[1].revents = 0;
8 - fd_count--;
9 + break;
10 }
11 if (count > 0) {
12 full_write(1, buf, count);