This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] mkpasswd.c - Central error reporting


Mark Bradshaw wrote:
> 
> My changelog is being evil.
> 
> 2002-01-12  Mark Bradshaw  <bradshaw@crosswalk.com>
> 
>         * mkpasswd.c (print_win_error): Add a new function, print_win_error,
>                 that will attempt to get a text message to go along with any
>                 error code that is passed to it.
>         (enum_users): Replace any lines that did error reporting with calls
>                 to the new function, print_win_error.
>         (enum_local_groups): Replace any lines that did error reporting with
>                 calls to the new function, print_win_error.
>         (main): Replace SOME lines that did error reporting with calls
>                 to the new function, print_win_error.
> 

That should read:

2002-01-12  Mark Bradshaw  <bradshaw@crosswalk.com>

        * mkpasswd.c (print_win_error): Add a new function.
        (enum_users): Use print_win_error.
        (enum_local_groups): Ditto.
        (main): Ditto.


Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]