[BusyBox-cvs] busybox/console-tools openvt.c,1.2,1.3

Glenn McGrath bug1 at busybox.net
Sun Dec 8 12:08:40 UTC 2002


Update of /var/cvs/busybox/console-tools
In directory winder:/tmp/cvs-serv25673/console-tools

Modified Files:
	openvt.c 
Log Message:
Fix compile warning


Index: openvt.c
===================================================================
RCS file: /var/cvs/busybox/console-tools/openvt.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openvt.c	16 Sep 2002 03:47:48 -0000	1.2
+++ openvt.c	8 Dec 2002 12:08:37 -0000	1.3
@@ -27,6 +27,8 @@
 #include <fcntl.h>
 #include <string.h>
 #include <sys/types.h>
+#include <ctype.h>
+
 #include "busybox.h"
 
 #define VTNAME "/dev/tty%d"




More information about the busybox-cvs mailing list