Changeset 3390
- Timestamp:
- 08/02/07 16:30:59 (1 year ago)
- Files:
-
- trunk/freewrt/package/busybox/Makefile (modified) (1 diff)
- trunk/freewrt/package/busybox/patches/100-chkuterm.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/busybox/Makefile
r3372 r3390 9 9 PKG_NAME:= busybox 10 10 PKG_VERSION:= 1.4.2 11 PKG_RELEASE:= 2 611 PKG_RELEASE:= 27 12 12 PKG_MD5SUM:= b4c61fb15642be9dde20e8493788c585 13 13 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 trunk/freewrt/package/busybox/patches/100-chkuterm.patch
r3374 r3390 27 27 lib-$(CONFIG_DEALLOCVT) += deallocvt.o 28 28 --- busybox-1.4.2.orig/console-tools/chkuterm.c 1970-01-01 00:00:00.000000000 +0100 29 +++ busybox-1.4.2/console-tools/chkuterm.c 2007-08-0 1 16:25:08.000000000 +020030 @@ -0,0 +1,1 29@@29 +++ busybox-1.4.2/console-tools/chkuterm.c 2007-08-02 16:25:45.000000000 +0200 30 @@ -0,0 +1,130 @@ 31 31 +/* From: $MirOS: ports/sysutils/chkuterm/dist/chkuterm.c,v 1.11 2007/05/10 13:02:22 tg Exp $ */ 32 32 + … … 88 88 + wsf = fdopen(wsfd, "rb+"); 89 89 + 90 + tcdrain(wsfd); 90 91 + if (tcgetattr(wsfd, &otio)) 91 92 + err(3, "tcgetattr");


