/[mailutils]/mailutils/imap4d/bye.c
ViewVC logotype

Diff of /mailutils/imap4d/bye.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gray, Fri Jul 6 12:34:42 2001 UTC revision 1.5 by gray, Tue Feb 19 17:06:49 2002 UTC
# Line 27  imap4d_bye (int reason) Line 27  imap4d_bye (int reason)
27  int  int
28  imap4d_bye0 (int reason, struct imap4d_command *command)  imap4d_bye0 (int reason, struct imap4d_command *command)
29  {  {
30    struct passwd *pw = getpwuid (getuid ());    struct passwd *pw = mu_getpwuid (getuid ());
31    const char *username;    const char *username;
32    int status = EXIT_FAILURE;    int status = EXIT_FAILURE;
33    username = (pw) ? pw->pw_name : "Unknown";    username = (pw) ? pw->pw_name : "Unknown";

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26