From cad04ef4f3435e56181a81c896912543be34ea3c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 25 Mar 2007 23:21:05 +0000 Subject: add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy --- console-tools/openvt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'console-tools') diff --git a/console-tools/openvt.c b/console-tools/openvt.c index eb9f49fe2..0584584df 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -22,8 +22,9 @@ int openvt_main(int argc, char **argv) bb_show_usage(); } /* check for illegal vt number: < 1 or > 63 */ - sprintf(vtname, VC_FORMAT, (int)xatoul_range(argv[1], 1, 63)); + sprintf(vtname, VC_FORMAT, (int)xatou_range(argv[1], 1, 63)); +//FIXME NOMMU if (fork() == 0) { /* child */ /* leave current vt (controlling tty) */ -- cgit v1.2.3