From 457e19a5caf834be99ae13c3efc359a02a42fb20 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 8 Oct 2000 22:47:13 +0000 Subject: update to ncurses-5.1-20001007 --- lib/libcurses/tinfo/lib_raw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcurses/tinfo/lib_raw.c') diff --git a/lib/libcurses/tinfo/lib_raw.c b/lib/libcurses/tinfo/lib_raw.c index 9af0548698d..be87b5a3049 100644 --- a/lib/libcurses/tinfo/lib_raw.c +++ b/lib/libcurses/tinfo/lib_raw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lib_raw.c,v 1.5 2000/03/10 01:35:04 millert Exp $ */ +/* $OpenBSD: lib_raw.c,v 1.6 2000/10/08 22:47:01 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. * @@ -50,9 +50,9 @@ #include #include /* cur_term */ -MODULE_ID("$From: lib_raw.c,v 1.7 2000/02/13 01:01:26 tom Exp $") +MODULE_ID("$From: lib_raw.c,v 1.8 2000/09/02 18:08:48 tom Exp $") -#if defined(SVR4_TERMIO) && !defined(_POSIX_SOURCE) +#if SVR4_TERMIO && !defined(_POSIX_SOURCE) #define _POSIX_SOURCE #endif -- cgit v1.2.3