summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-07-15 07:41:26 +0000
committerphk <phk@FreeBSD.org>2005-07-15 07:41:26 +0000
commit69f19770ff45b156f157450fd630adad72be0f24 (patch)
tree7b78374d4ffe79b4e2e1d7d132f2f87414b8880c /contrib
parentdde0ce01e323537d839646a4fe5a4a5596f3671c (diff)
downloadFreeBSD-src-69f19770ff45b156f157450fd630adad72be0f24.zip
FreeBSD-src-69f19770ff45b156f157450fd630adad72be0f24.tar.gz
Switch to contemporary TTY interface.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ncurses/ncurses/tinfo/lib_baudrate.c4
1 files changed, 3 insertions, 1 deletions
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 <esr@snark.thyrsus.com> *
****************************************************************************/
+/* $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
OpenPOWER on IntegriCloud