RE: present but cannot be compiled

<[email protected]> Mon, 10 Nov 2003 15:08:22 +0900
Newsgroups gmane.network.xinetd
Message-ID <[email protected]>
I saw the man page of sigaction.
And It shows #include <signal.h>. that's all.
I already have <signal.h> insignals.c.

In SYNOPSIS section I have 
----------------------------------------------------
     #include <signal.h>
     struct sigaction {
             void     (*sa_handler)();
             sigset_t sa_mask;
             int      sa_flags;
     };
---------------------------------------------------

What should I do next.?
I'm sorry because I can't do anything except asking.

-----Original Message-----
From: Steve G [mailto:[email protected]] 
Sent: Friday, November 07, 2003 9:49 PM
To: [email protected]
Subject: RE: [xinetd] present but cannot be compiled


Hello,

Thanks for the feedback. I will put the includes into cvs so others won't have the same problem.

>then I got new error like the following
>
>signals.c:221: structure has no member named `sa_sigaction'
>signals.c:223: `SA_SIGINFO' undeclared (first use in this
function)

I would do a man on sigaction and see what includes it needs. Hopefully, this is the last problem. Let me know what includes need to be added and I'll try to get it into cvs.

-Steve Grubb

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
_______________________________________________
xinetd mailing list
[email protected]
http://www.xinetd.org/mailman/listinfo/xinetd