From 290fcb4213ae5ab9ec6cb228dd64ef2c9f02d26d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Jun 2006 23:59:03 +0000 Subject: Undo all of the ugliness and some of the bloat from 15412. --- loginutils/getty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils/getty.c') diff --git a/loginutils/getty.c b/loginutils/getty.c index 11eb5a050..e68f2cde1 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -287,7 +287,7 @@ static int bcode(const char *s) if (safe_strtoul((char *)s, &value)) { return -1; } - if ((r = bb_value_to_baud(value)) > 0) { + if ((r = tty_value_to_baud(value)) > 0) { return r; } return 0; -- cgit v1.2.3