projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated to fedora-glibc-20080703T1203
[kopensolaris-gnu/glibc.git]
/
hurd
/
fd-read.c
diff --git
a/hurd/fd-read.c
b/hurd/fd-read.c
index
55dbc24
..
388a4db
100644
(file)
--- a/
hurd/fd-read.c
+++ b/
hurd/fd-read.c
@@
-35,6
+35,7
@@
_hurd_fd_read (struct hurd_fd *fd, void *buf, size_t *nbytes, loff_t offset)
}
data = buf;
+ nread = *nbytes;
if (err = HURD_FD_PORT_USE (fd, _hurd_ctty_input (port, ctty, readfd)))
return err;