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