// 2016, Georg Sauthoff , CDDL #ifndef COMP_TIMESTRUC_T_H #define COMP_TIMESTRUC_T_H #ifdef __sun #else typedef struct timespec timestruc_t; #endif #endif