Am 31.08.2021 um 18:29 schrieb Tobias Nygren:
> - SWAP(int, cp->se_type, sep->se_type);
> + SWAP(enum service_type, cp->se_type, sep->se_type);
Thanks for the note, I just fixed it.
I left out the 'enum' since there is a typedef for it.
Roland
On Mon, 30 Aug 2021 18:21:11 +
Roland Illig wrote:
> Module Name: src
> Committed By: rillig
> Date: Mon Aug 30 18:21:11 UTC 2021
>
> Modified Files:
> src/usr.sbin/inetd: Makefile inetd.c parse_v2.c
>
> Log Message:
> inetd: raise WARNS from 5 to 6
clang complains:
/work/s
On Tue, Oct 17, 2017 at 9:03 PM, Christos Zoulas wrote:
> In article <20171017071319.a4380f...@cvs.netbsd.org>,
> Ryota Ozaki wrote:
>>-=-=-=-=-=-
>>
>>Module Name: src
>>Committed By: ozaki-r
>>Date: Tue Oct 17 07:13:19 UTC 2017
>>
>>Modified Files:
>> src/usr.sbin/inetd: inetd
In article <20171017071319.a4380f...@cvs.netbsd.org>,
Ryota Ozaki wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: ozaki-r
>Date: Tue Oct 17 07:13:19 UTC 2017
>
>Modified Files:
> src/usr.sbin/inetd: inetd.c
>
>Log Message:
>Don't setup SPs if no policy sepecifier is specif
On Thu, 22 Oct 2009, Jochen Kunz wrote:
> Modified Files:
> src/usr.sbin/inetd: Makefile inetd.8 inetd.c
>
> Log Message:
> Add mDNS Service Directory support to inetd(8).
> inetd(8) can now advertize services in the mDNS-SD.
> (Per service configuration option in inetd.conf(5).)
Where was
On Oct 22, 2009, at 12:34 PM, Jochen Kunz wrote:
Add mDNS Service Directory support to inetd(8).
inetd(8) can now advertize services in the mDNS-SD.
(Per service configuration option in inetd.conf(5).)
Thanks for coordinating with me. :-(
I think the problem is more complicated than you reali