about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-14 23:51:01 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-14 23:51:01 +0000
commit670af0d939fa14479b5fc0a3a3ed07bd76935940 (patch)
tree36a0de3785b3ad1bc537148cd866ea36103a2ad1 /ChangeLog
parentea48e2c4cc0b0a5e09e9407c9309d4a85926e8b7 (diff)
downloadglibc-670af0d939fa14479b5fc0a3a3ed07bd76935940.tar.gz
glibc-670af0d939fa14479b5fc0a3a3ed07bd76935940.tar.xz
glibc-670af0d939fa14479b5fc0a3a3ed07bd76935940.zip
Update.
1999-04-14  H.J. Lu  <hjl@gnu.org>

	* sunrpc/clnt_udp.c (is_network_up): New function.
	(clntudp_call): Call is_network_up () to check if any network
	interface is up in case of timeout.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a469272ea..f061d70ed2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-14  H.J. Lu  <hjl@gnu.org>
+
+	* sunrpc/clnt_udp.c (is_network_up): New function.
+	(clntudp_call): Call is_network_up () to check if any network
+	interface is up in case of timeout.
+
 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
 	* wctype/test_wcfuncs.c: New file, tests towlower and towupper.