Changeset 3374

Show
Ignore:
Timestamp:
08/01/07 16:29:52 (1 year ago)
Author:
tg
Message:

fix compilation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/busybox/patches/100-chkuterm.patch

    r3372 r3374  
    2727 lib-$(CONFIG_DEALLOCVT)                += deallocvt.o 
    2828--- 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 15:49:25.000000000 +0200 
    30 @@ -0,0 +1,128 @@ 
     29+++ busybox-1.4.2/console-tools/chkuterm.c      2007-08-01 16:25:08.000000000 +0200 
     30@@ -0,0 +1,129 @@ 
    3131+/* From: $MirOS: ports/sysutils/chkuterm/dist/chkuterm.c,v 1.11 2007/05/10 13:02:22 tg Exp $ */ 
    3232+ 
     
    5252+ 
    5353+#include "busybox.h" 
     54+#include <err.h> 
    5455+ 
    5556+#if 0 
     
    6869+       const char *wsdev, *est; 
    6970+       char ch; 
    70 +       int wsfd, c, rv = 0; 
     71+       int wsfd, rv = 0; 
    7172+       int nr = 0; 
    7273+       struct termios tio, otio;