Changeset 3374
- Timestamp:
- 08/01/07 16:29:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/busybox/patches/100-chkuterm.patch
r3372 r3374 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-01 1 5:49:25.000000000 +020030 @@ -0,0 +1,12 8@@29 +++ busybox-1.4.2/console-tools/chkuterm.c 2007-08-01 16:25:08.000000000 +0200 30 @@ -0,0 +1,129 @@ 31 31 +/* From: $MirOS: ports/sysutils/chkuterm/dist/chkuterm.c,v 1.11 2007/05/10 13:02:22 tg Exp $ */ 32 32 + … … 52 52 + 53 53 +#include "busybox.h" 54 +#include <err.h> 54 55 + 55 56 +#if 0 … … 68 69 + const char *wsdev, *est; 69 70 + char ch; 70 + int wsfd, c,rv = 0;71 + int wsfd, rv = 0; 71 72 + int nr = 0; 72 73 + struct termios tio, otio;


