[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sudo-users
Subject:    Re: [sudo-users] Thread "Failing to install on SCO Unixware"
From:       "Todd C. Miller" <Todd.Miller () courtesan ! com>
Date:       2008-01-02 12:41:23
Message-ID: 200801021241.m02CfOq1029187 () tex ! courtesan ! com
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic