From 879e5da3b43a57fcaaaafa340eff7ae11326e656 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 07:41:26 +0000 Subject: [PATCH] Switch to contemporary TTY interface. --- contrib/ncurses/ncurses/tinfo/lib_baudrate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/ncurses/ncurses/tinfo/lib_baudrate.c b/contrib/ncurses/ncurses/tinfo/lib_baudrate.c index 523892414367..15ba3bbc8c27 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