summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-31 05:10:23 +0000
committerMatt Wilson <msw@redhat.com>2002-12-31 05:10:23 +0000
commitf78f576e0582b2069d1fa55a9937d91a61b1022d (patch)
treef67f1d21f6e3414c967cca34c4f7f9dc624233cf /utils
parent795ad69200cb1f579d5d58ff1e7dfb45aeb7232c (diff)
downloadanaconda-f78f576e0582b2069d1fa55a9937d91a61b1022d.tar.gz
anaconda-f78f576e0582b2069d1fa55a9937d91a61b1022d.tar.xz
anaconda-f78f576e0582b2069d1fa55a9937d91a61b1022d.zip
always point at a vt
Diffstat (limited to 'utils')
-rw-r--r--utils/snarffont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/snarffont.c b/utils/snarffont.c
index 7793ff653..133d52029 100644
--- a/utils/snarffont.c
+++ b/utils/snarffont.c
@@ -21,7 +21,7 @@ int main(void) {
struct unimapdesc d;
int fd;
- if ((fd = open("/dev/tty", O_RDONLY)) < 0)
+ if ((fd = open("/dev/tty0", O_RDONLY)) < 0)
die("open");
cfo.op = KD_FONT_OP_GET;