Re: /include/bits/sigaction.h:35: parse error

2001-09-21 Thread Marcus Brinkmann
On Thu, Sep 20, 2001 at 07:30:57PM -0700, James Morrison wrote: > Hi, >I tried to compile uw-imap today and go this error: > /include/bits/sigaction.h:35: parse error before siginfo_t > > the section is > > union { > __sighandler_t sa_handler; > void (*

/include/bits/sigaction.h:35: parse error

2001-09-20 Thread James Morrison
Hi, I tried to compile uw-imap today and go this error: /include/bits/sigaction.h:35: parse error before siginfo_t the section is union { __sighandler_t sa_handler; void (*sa_sigaction)(int,siginfo_t *, void *); } __sigaction_handler = James Morrison University of Waterloo