[OpenAFS] compile error on AIX 5.3 - softsig.c
Derrick J Brashear
shadow@dementia.org
Thu, 7 Jun 2007 10:19:42 -0400 (EDT)
On Thu, 7 Jun 2007 adke@mywdo.com wrote:
> It takes set and sig, so I guess I should change that in softsig.c. Thanks!
um, guess what?
sigwait(&ss, &sigw);
sigset_t ss
int sigw;
which are set and sig.
I smell conflicting macros.
> On Thu, 7 Jun 2007 10:05:37 -0400 (EDT)
> Derrick J Brashear <shadow@dementia.org> wrote:
>> On Thu, 7 Jun 2007 adke@mywdo.com wrote:
>>
>>> Get this error while compiling on AIX 5.3. Maybe I gave more information
>>> than needed, and any help will be appreciated. Thanks ahead of time.
>>
>>> DRXDEBUG -c ../util/softsig.c
>>> "../util/softsig.c", line 93.26: 1506-099 (S) Unexpected argument.
>>
>>
>> which is
>> sigwait(&ss, &sigw);
>>
>> So what does the man page on your box say sigwait takes?
>>
>
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>