From 70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Feb 2001 07:28:23 +0000 Subject: Update. * posix/fnmatch_loop.c: Remove incorrect reverse condition in [. .] matching. Patch by Isamu Hasegawa . 2001-01-31 Mark Kettenis * misc/sys/select.h: Include instead of to get definition of `struct timeval'. 2001-01-31 Ulrich Drepper --- misc/sys/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/sys') diff --git a/misc/sys/select.h b/misc/sys/select.h index 331636106f..96af9582b7 100644 --- a/misc/sys/select.h +++ b/misc/sys/select.h @@ -42,7 +42,7 @@ typedef __sigset_t sigset_t; #define __need_timespec #include #define __need_timeval -#include +#include /* The fd_set member is required to be an array of longs. */ -- cgit 1.4.1