/[hurd]/hurd/libstore/nbd.c
ViewVC logotype

Diff of /hurd/libstore/nbd.c

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

revision 1.11 by roland, Sun Dec 30 03:00:31 2001 UTC revision 1.12 by roland, Sun Dec 30 03:09:40 2001 UTC
# Line 192  nbd_read (struct store *store, Line 192  nbd_read (struct store *store,
192    
193    err = read_reply (store, req.handle);    err = read_reply (store, req.handle);
194    if (err == 0)    if (err == 0)
195      err = io_read (store->port, (char **) buf, &cc, (off_t) -1, amount);      err = io_read (store->port, (char **) buf, len, (off_t) -1, amount);
196    return err;    return err;
197  }  }
198    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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