/[mailutils]/mailutils/mailbox/wicket.c
ViewVC logotype

Diff of /mailutils/mailbox/wicket.c

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

revision 1.6 by sroberts, Sat Feb 9 04:10:10 2002 UTC revision 1.7 by gray, Tue Feb 19 17:06:49 2002 UTC
# Line 397  get_user (url_t url, const char *filenam Line 397  get_user (url_t url, const char *filenam
397      }      }
398    else    else
399      {      {
400        struct passwd *pw = getpwuid (getuid ());        struct passwd *pw = mu_getpwuid (getuid ());
401        if (pw && pw->pw_name)        if (pw && pw->pw_name)
402          {          {
403            u = strdup (pw->pw_name);            u = strdup (pw->pw_name);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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