diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1995-07-21 17:03:01 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1995-07-21 17:03:01 +0000 |
commit | 584de3b9d68612c9c04a7afdda5f86d0b4a2d4ca (patch) | |
tree | 9eed5706c5d28474ae21ffeaf699442068804095 /ChangeLog | |
parent | 620ce2509a8e6b5e90be1b26cd85d37b9c37658f (diff) | |
download | glibc-584de3b9d68612c9c04a7afdda5f86d0b4a2d4ca.tar glibc-584de3b9d68612c9c04a7afdda5f86d0b4a2d4ca.tar.gz glibc-584de3b9d68612c9c04a7afdda5f86d0b4a2d4ca.tar.bz2 glibc-584de3b9d68612c9c04a7afdda5f86d0b4a2d4ca.zip |
*** empty log message ***
Fri Jul 21 12:57:29 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
* sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and
EOPNOTSUPP as indications that the server has died.
* sysdeps/mach/hurd/pipe.c (__pipe): Likewise.
* sysdeps/mach/hurd/socketpair.c (socketpair): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jul 21 12:57:29 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu> + + * sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and + EOPNOTSUPP as indications that the server has died. + * sysdeps/mach/hurd/pipe.c (__pipe): Likewise. + * sysdeps/mach/hurd/socketpair.c (socketpair): Likewise. + Mon Jul 17 08:45:40 1995 Jim Meyering (meyering@comco.com) * strtol.c: Portability changes from Uli Drepper. |