[PATCH]: struct timespec redefinition

2007-09-06 Thread Yoann Vandoorselaere
Hi, I got the report from an OpenBSD-3.8 user who get the following error while trying to compile libprelude: /usr/include/sys/time.h:52: error: redefinition of `struct rpl_timespec' It look like the SYS_TIME_H_DEFINES_STRUCT_TIMESPEC assignment is never made due to the wrong variable being

Re: [PATCH]: struct timespec redefinition

2007-09-06 Thread Paul Eggert
Yoann Vandoorselaere [EMAIL PROTECTED] writes: -if test $gl_cv_sys_struct_timespec_in_time_h = yes; then +if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then Thanks for catching and reporting that. I installed the patch.