From 69f19770ff45b156f157450fd630adad72be0f24 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 15 Jul 2005 07:41:26 +0000 Subject: Switch to contemporary TTY interface. --- contrib/ncurses/ncurses/tinfo/lib_baudrate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/ncurses') diff --git a/contrib/ncurses/ncurses/tinfo/lib_baudrate.c b/contrib/ncurses/ncurses/tinfo/lib_baudrate.c index 5238924..15ba3bb 100644 --- a/contrib/ncurses/ncurses/tinfo/lib_baudrate.c +++ b/contrib/ncurses/ncurses/tinfo/lib_baudrate.c @@ -31,6 +31,8 @@ * and: Eric S. Raymond * ****************************************************************************/ +/* $FreeBSD$ */ + /* * lib_baudrate.c * @@ -46,7 +48,7 @@ * of the indices up to B115200 fit nicely in a 'short', allowing us to retain * ospeed's type for compatibility. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) +#if defined(__NetBSD__) || defined(__OpenBSD__) #undef B0 #undef B50 #undef B75 -- cgit v1.1