diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-06 07:10:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-06 07:10:52 +0000 |
commit | ece13bc77a81efe28665e88a58a4d1470d9b1a6f (patch) | |
tree | aba46308d8b69a8ff089a6f39e480b85fa1ebcc2 /lib/libcurses/tinfo/lib_napms.c | |
parent | 8fc0fa9cf95dbc4acdebf0cc47205be5d1a7d399 (diff) |
ncurses-5.0-20000205
Diffstat (limited to 'lib/libcurses/tinfo/lib_napms.c')
-rw-r--r-- | lib/libcurses/tinfo/lib_napms.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcurses/tinfo/lib_napms.c b/lib/libcurses/tinfo/lib_napms.c index 39da90f4a97..83fc564b71f 100644 --- a/lib/libcurses/tinfo/lib_napms.c +++ b/lib/libcurses/tinfo/lib_napms.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lib_napms.c,v 1.3 1999/11/28 17:49:54 millert Exp $ */ +/* $OpenBSD: lib_napms.c,v 1.4 2000/02/06 07:10:51 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -46,8 +46,6 @@ #if HAVE_NANOSLEEP #include <time.h> #elif USE_FUNC_POLL -#include <stropts.h> -#include <poll.h> #if HAVE_SYS_TIME_H #include <sys/time.h> #endif @@ -60,7 +58,7 @@ #endif #endif -MODULE_ID("$From: lib_napms.c,v 1.6 1999/10/21 23:01:41 tom Exp $") +MODULE_ID("$From: lib_napms.c,v 1.7 2000/02/06 01:57:10 tom Exp $") int napms(int ms) { |