/[hurd]/hurd/exec/exec.c
ViewVC logotype

Diff of /hurd/exec/exec.c

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

revision 1.85 by roland, Fri May 10 21:53:44 2002 UTC revision 1.86 by roland, Sat May 11 01:52:22 2002 UTC
# Line 778  prepare (file_t file, struct execdata *e Line 778  prepare (file_t file, struct execdata *e
778              break;              break;
779            }            }
780      }      }
   else if (e->error == EOPNOTSUPP)  
     /* We can't mmap FILE, but perhaps we can do normal I/O to it.  */  
     e->error = 0;  
781    
782    if (!e->error && !e->cntl)    if (!e->cntl && (!e->error || e->error == EOPNOTSUPP))
783      {      {
784        /* No shared page.  Do a stat to find the file size.  */        /* No shared page.  Do a stat to find the file size.  */
785        struct stat st;        struct stat st;

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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