bug-inetutils
[Top][All Lists]
Advanced

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

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


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] Patches for submission -- ftp
Date: Sat, 21 Jul 2007 15:05:32 +0200 (CEST)

Commited, thanks.

2007-07-21  Debarshi Ray <address@hidden>

        * ftp/main.c: Include <argp.h>, and <string.h>.  Remove include
        for <getopt.h>.  Include "libinetutils.h".
        (program_name): Variable removed.
        (usage): Function removed.
        (ARGP_PROGRAM_DATA): Call macro.
        (args_doc, doc, argp_options): New variables.
        (parse_opt): New function.
        (short_options, long_options): Variables removed.
        (argp): New variable.
        (main): Added new variable INDEX.  Use EXIT_FAILURE and
        EXIT_SUCCESS.  Use argp to parse program options.  Use
        program_invocation_name instead of program_name.

        * ftp/cmds.c (quit): Use EXIT_SUCCESS.
        (shell): Use EXIT_FAILURE.




reply via email to

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