aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-28 07:08:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-28 07:08:09 +0000
commita913e93667e10293e7bec9d572c3d8b3c3ca0224 (patch)
tree5a00a01ff1532a668b6131c05185afbbfbd236c7 /CHANGES
parenta7b99fc46339d0c3e1f2c095df371a7c88ed7907 (diff)
--limit-rate problems on Mac OS X was reported by Rob Stanzel
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 708cf8ff5..897670b00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,9 +7,9 @@
Changelog
Daniel (27 June 2004)
-- Based on Bob's bug report #979480, I wrote a configure check that checks if
- poll() can be used to wait on NULL as otherwise select() should be used to
- do it. The select() usage was also fixed according to his report.
+- Based on Rob Stanzel's bug report #979480, I wrote a configure check that
+ checks if poll() can be used to wait on NULL as otherwise select() should be
+ used to do it. The select() usage was also fixed according to his report.
Mac OS X 10.3 says "poll() functionality for Mac OS X is implemented via an
emulation layer on top of select(), not in the kernel directly. It is