summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-23 16:40:54 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-23 16:40:54 +0000
commit3a0cd663c2abc74052d79747777141fad142c52f (patch)
tree97d135adb9aa6be91e8d3a9b747f6c2bbd71f199 /ChangeLog
parent60839ab9520acb7b2018568b41af4ea12320948c (diff)
* sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
If we tried looking at the usual range without success extend the range to even lower ports.q
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5197818f0c..e8ffccf8ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-05-23 Ulrich Drepper <drepper@redhat.com>
+ * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
+ If we tried looking at the usual range without success extend the
+ range to even lower ports.q
+
* sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
2005-05-22 Andreas Schwab <schwab@suse.de>