[sane-devel] plustek-usbhw.c -> itimerval struct not known on OS/2

Jaeger, Gerhard g.jaeger@earthling.net
Sun, 17 Mar 2002 12:46:35 +0100


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