/[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.29 by gray, Tue Dec 10 15:02:21 2002 UTC revision 1.30 by polak, Thu Dec 26 10:18:24 2002 UTC
# Line 1  Line 1 
1  /* GNU mailutils - a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or modify     GNU Mailutils is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Library Public License as published by     it under the terms of the GNU General Library Public License as published by
6     the Free Software Foundation; either version 2, or (at your option)     the Free Software Foundation; either version 2, or (at your option)
7     any later version.     any later version.
8    
9     This program is distributed in the hope that it will be useful,     GNU Mailutils is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU Library General Public License for more details.     GNU Library General Public License for more details.
13    
14     You should have received a copy of the GNU Library General Public License     You should have received a copy of the GNU Library General Public License
15     along with this program; if not, write to the Free Software     along with GNU Mailutils; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
17    
18  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
# Line 32  Line 32 
32    
33  #include <mailutils/stream.h>  #include <mailutils/stream.h>
34  #include <mailutils/error.h>  #include <mailutils/error.h>
35    #include <mailutils/nls.h>
36    
37  struct _file_stream  struct _file_stream
38  {  {
# Line 436  _file_open (stream_t stream) Line 437  _file_open (stream_t stream)
437            || filebuf.st_nlink != 1            || filebuf.st_nlink != 1
438            || (fdbuf.st_mode & S_IFMT) != S_IFREG)            || (fdbuf.st_mode & S_IFMT) != S_IFREG)
439          {          {
440            mu_error ("%s must be a plain file with one link\n", filename);            mu_error (_("%s must be a plain file with one link\n"), filename);
441            close (fd);            close (fd);
442            return EINVAL;            return EINVAL;
443          }          }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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