Parthiv Shah - 2005-10-13

Logged In: YES
user_id=1360578

Hello,

queue.h:83: error: conflicting types for `sys_siglist'
/usr/include/signal.h:298: error: previous declaration
of `sys_siglist'

you can fix the above mentioned error with sys_siglist by
adding the following line in the queue.h file
#define SYS_SIGLIST_DECLARED
just before
#ifndef SYS_SIGLIST_DECLARED

The rest of the error with missing terminating ", probably
the text editor has wraped the long lines. Check them out
manually line by line.

Hope it works
Parthiv