diff options
author | Roland McGrath <roland@gnu.org> | 2008-07-02 19:35:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-07-02 19:35:02 +0000 |
commit | d5a0160b583dbd08d77c999c2acc4b72c2a6d9db (patch) | |
tree | aa8b2bb2a11412921cf6f6635ef8e57826097269 /hurd/get-host.c | |
parent | 0a583b5419a785591ba9607f32e4bc0d18c838e2 (diff) | |
download | glibc-d5a0160b583dbd08d77c999c2acc4b72c2a6d9db.zip glibc-d5a0160b583dbd08d77c999c2acc4b72c2a6d9db.tar.gz glibc-d5a0160b583dbd08d77c999c2acc4b72c2a6d9db.tar.bz2 |
* sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.cvs/fedora-glibc-20080703T1203
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
* hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
* hurd/get-host.c (_hurd_get_host_config): Likewise.
* sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
Diffstat (limited to 'hurd/get-host.c')
-rw-r--r-- | hurd/get-host.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/get-host.c b/hurd/get-host.c index bebad89..3fe0b3e 100644 --- a/hurd/get-host.c +++ b/hurd/get-host.c @@ -51,6 +51,7 @@ _hurd_get_host_config (const char *item, char *buf, size_t buflen) } data = buf; + nread = buflen; err = __io_read (config, &data, &nread, -1, buflen); if (! err) /* Check if there is more in the file we didn't read. */ |