[sane-devel] plustek-usbhw.c -> itimerval struct not known on OS/2
Jaeger, Gerhard
g.jaeger at earthling.net
Sun Mar 17 11:46:35 GMT 2002
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
More information about the sane-devel
mailing list