about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72bff83120..8c39709527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.