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

Diff of /mailutils/mailbox/muerrno.c

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

revision 1.8 by polak, Wed Dec 25 22:30:55 2002 UTC revision 1.9 by gray, Wed Jan 22 21:44:15 2003 UTC
# Line 81  mu_errname (int e) Line 81  mu_errname (int e)
81    return "SYSTEM ERROR";    return "SYSTEM ERROR";
82  }  }
83    
84  const char* mu_errstring (int e)  const char *
85    mu_strerror (int e)
86  {  {
87    switch(e)    switch(e)
88    {    {
# Line 121  const char* mu_errstring (int e) Line 122  const char* mu_errstring (int e)
122      ES(MU_ERR_TCP_NO_PORT,      _("Tcp connections need a postive port"))      ES(MU_ERR_TCP_NO_PORT,      _("Tcp connections need a postive port"))
123    }    }
124    
125    return strerror(e);    return strerror (e);
126  }  }
127    
128    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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