summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-13 13:05:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-13 13:05:16 +0000
commitdace614255aefcfbb786516dcba305dbe3e0ffff (patch)
treecab0206d73fdd08dd7230a5a099e919d5e7effea
parent2006-04-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dace614255aefcfbb786516dcba305dbe3e0ffff.tar.bz2
Fixed comment.
-rw-r--r--cpukit/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 31ca2c1dd8..08da669821 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,10 @@
2006-04-13 Joel Sherrill <joel@OARcorp.com>
PR 949/networking
- * libnetworking/sys/socket.h:
+ * libnetworking/sys/socket.h: GNU/Linux is wrong in making
+ MSG_DONTWAIT public. It is strictly BSD and not SUSV. See
+ http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/socket.h.html
+ for clarification.
2006-04-12 Lars Munch <lars@segv.dk>