diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 10:27:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 10:27:25 +0000 |
commit | 2fee5d8b20b1004e117a89ce63df2427fcabc342 (patch) | |
tree | 2c396d49c1020e4f16b9a5bb07ff00426d6e3291 /ChangeLog | |
parent | 6ede11aa0ddb92f0e289eb2a2971c32eaf496bce (diff) | |
download | glibc-2fee5d8b20b1004e117a89ce63df2427fcabc342.tar glibc-2fee5d8b20b1004e117a89ce63df2427fcabc342.tar.gz glibc-2fee5d8b20b1004e117a89ce63df2427fcabc342.tar.bz2 glibc-2fee5d8b20b1004e117a89ce63df2427fcabc342.zip |
* hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
_hurd_ports is null.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t. * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t. - * hurd/hurdinit.c (_hurd_ports_use): Return error _hurd_ports is null. + * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when + _hurd_ports is null. * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup for old CMU and new OSF Mach interface flavors. |