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

Diff of /mailutils/mailbox/file_stream.c

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

revision 1.33 by gray, Fri Jan 31 14:59:03 2003 UTC revision 1.34 by gray, Mon Feb 3 11:28:47 2003 UTC
# Line 466  _file_open (stream_t stream) Line 466  _file_open (stream_t stream)
466  }  }
467    
468  int  int
469  _file_strerror (stream_t unused, const char **pstr)  _file_strerror (stream_t unused, char **pstr)
470  {  {
471    *pstr = strerror (errno);    *pstr = strerror (errno);
472    return 0;    return 0;

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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