From 0207e0ac67ce528a7fae72dd6285432b108dbc42 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 10 May 1999 23:40:06 +0000 Subject: [PATCH] removed timespec def and os specific ifdef maintenance nightmare --- src/gdd/aitTypes.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/gdd/aitTypes.h b/src/gdd/aitTypes.h index 8583a7248..6efa2f5d1 100644 --- a/src/gdd/aitTypes.h +++ b/src/gdd/aitTypes.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.9 1998/12/21 20:59:30 jhill + * changes from Salikova + * * Revision 1.8 1998/06/16 03:10:51 jhill * added sgi support * @@ -90,18 +93,6 @@ typedef struct { } aitString; #endif -#ifndef vxWorks -#if (_POSIX_C_SOURCE < 3) && !defined(SOLARIS) && !defined(HP_UX) && !defined(linux) && !defined(sgi) && !defined(LynxOS) - -struct timespec -{ - time_t tv_sec; - long tv_nsec; -}; -typedef struct timespec timespec; -#endif -#endif - /* all normal types */ #define aitTotal 13 #define aitFirst aitEnumInvalid