From 5376650940e9018a0d3e97367d2979f90af749bc Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 19 Feb 2007 16:14:22 -0500 Subject: handle the no console fd case better Don't spew warnings when getfd() can't find a suitable console fd. Also add a comment to note where getfd.c comes from. --- src/getfd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/getfd.c') diff --git a/src/getfd.c b/src/getfd.c index 6053cfe..2ddcf01 100644 --- a/src/getfd.c +++ b/src/getfd.c @@ -1,3 +1,9 @@ +/* + * Copied from kbd-1.12 + * License: GPL + * + */ + #include #include #include -- cgit