From a048eadf09202ac0c8b6cbc3d91432562007ed3e Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 29 Sep 2004 10:15:57 +0000 Subject: [PATCH] - The timeval definition should work with OS 3.1 compatible header files again. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14735 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/include/sys/time.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/include/sys/time.h b/library/include/sys/time.h index ceafe1e..1898f10 100644 --- a/library/include/sys/time.h +++ b/library/include/sys/time.h @@ -1,5 +1,5 @@ /* - * $Id: time.h,v 1.6 2004-09-10 07:39:20 obarthel Exp $ + * $Id: time.h,v 1.7 2004-09-29 10:15:57 obarthel Exp $ * * :ts=4 * @@ -77,6 +77,9 @@ extern "C" { #include #endif /* DEVICES_TIMER_H */ +/* Assume that the 'struct timeval' definition is now in place. */ +#define __TIMEVAL_ALREADY_DEFINED + /****************************************************************************/ #endif /* INCLUDE_VERSION */