2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* network.h: Define a new ERRNO_IO_RETRY macro to test whether an I/O
	  operation should be retried.  This eliminates the need to duplicate
	  the same logic testing for EAGAIN or EINTR in multiple places.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ac05bab..40e73ff 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+	* network.h: Define a new ERRNO_IO_RETRY macro to test whether an I/O
+	  operation should be retried.  This eliminates the need to duplicate
+	  the same logic testing for EAGAIN or EINTR in multiple places.
+
 2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
 	* stream.h: Declare new function stream_read_try suitable for use