setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 17:20:46 +0000 (17:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 17:20:46 +0000 (17:20 -0000)
commitf86aee74ce995369a15bfa845d60376a8fc15279
tree0a7b0da968ea6aea168ac5944f020f0c759165bc
parentb1e379f7f3cd138127b083ab3eb393c07bbbbaea
setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but
leave setkeycodes active, busybox will not link.  Also fix a trivial
use-before-initialize warning.  Both fixes from Jon McClintock
<jonm@bluemug.com>.

 -Erik
utility.c