I get the following error compilation error compiling  ftape-4.03-pre-2 on a
RH linux 6 system which has
been upgraded from 5.2. The kernel is 2.2.5-15.

x/include -m486 -DCPU=486   -c fdc-io.c -o fdc-io.o
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:433: structure has no member named `timeout'
fdc-io.c:454: structure has no member named `timeout'
make[2]: *** [fdc-io.o] Error 1
make[2]: Leaving directory `/home/tam/ftape-4.03-pre-2/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/tam/ftape-4.03-pre-2/ftape'
make: *** [all] Error 2


I have looked at the file fdc-io.c which has the line

/* timeout time will be up to USPT microseconds too long ! */
current->timeout = jiffies + (1000 * time + FT_USPT - 1) / FT_USPT;
current->state = TASK_INTERRUPTIBLE;

I have tried looking at various include files for this structure (current
!!!!!) but am getting a bit lost. It looks like something is not properly
defined maybe ?

Any ideas please

========================================================

Tam McLaughlin :  Scottish Legal Life Assurance Society

work:  [EMAIL PROTECTED]
home:  [EMAIL PROTECTED]

"There are some fires you can't put out", Bono

=======================================================

winmail.dat

Reply via email to