bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Patches for submission -- inetd


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] Patches for submission -- inetd
Date: Mon, 4 Jun 2007 19:42:32 +0200 (CEST)

Commited.  Thanks!  For everyone following things, _please_ test as
much as you can!

2007-05-28  Debarshi Ray  <address@hidden>

        * inetd/inetd.8: Fix typo.

        * inetd/Makefile.am (INCLUDES): Added -I$(top_srcdir)/libinetutils.

        * inetd/inetd.c: Include <stdbool.h>,  <argp.h> and "libinetutils.h".
        Don't include <getopt.h>
        (program_name): Variable removed.
        (debug, env_option, resolve_option): Changed type to bool.
        (ARGP_PROGRAM_DATA): Call macro.
        (args_doc, doc): New variables.
        (OPT_ENVIRON, OPT_RESOLVE): New enums.
        (argp_options): New variable.
        (parse_opt): New function.
        (argp): New variable.
        (usage): Function removed.
        (short_options, long_options): Variables removed.
        (main): Use argp to parse program options.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]