[sudo-users] Thread "Failing to install on SCO Unixware"

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 2 07:41:23 EST 2008


Can you find the definition of struct timespec in the SCO header
files?  It is probably in /usr/include/time.h or /usr/include/sys/time.h
It should look something like this:

struct timespec {
        time_t  tv_sec;         /* seconds */
        long    tv_nsec;        /* and nanoseconds */
};

However, based on the error you are seeing I suspect that
instead of tv_sec and tv_nsec it has ts_sec and ts_nsec.

 - todd



More information about the sudo-users mailing list