From 86ff1823d57d8898e43153cec254b1725cc74b49 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 18 Aug 2004 00:13:51 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index c57a05ffa..3b5014bac 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,12 @@ +2004-08-18 Kevin Ryde + + * posix.texi (Network Sockets and Communication): Add SOCK_RDM and + SOCK_SEQPACKET. + + * posix.texi (Internet Socket Examples): Correction to socket calls, + should be PF_INET not AF_INET (though generally the two are the same + value). + 2004-08-14 Kevin Ryde * api-scheduling.texi (Mutexes): New datatype-centric section, adding