Hi Franz,
is the function setitimer declared or even available?
If yes, what are the parameters...
On Linux the struct itimerval is defined as:
struct itimerval {
struct timeval it_interval; /* timer interval */
struct timeval it_value; /* current value */
};
Let's try and find a solution for that...
Gerhard
On Saturday, 16. March 2002 22:32, Franz Bakan wrote:
> Hi,
> CVS-Code of Sane does not compile on OS/2 because of:
>
> plustek-usbhw.c:932: storage size of `interval' isn't known.
>
> there is no typedef for itimerval here.
>
> Bye,
> Franz