diff src/ChangeLog @ 106398:31424b91531a

(Fmake_network_process): Fix up the tests for "connectionless socket", so they DTRT for seqpacket sockets as well.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Dec 2009 19:01:36 +0000
parents 210af1fb2669
children 71994150ee76
line wrap: on
line diff
--- a/src/ChangeLog	Thu Dec 03 18:51:32 2009 +0000
+++ b/src/ChangeLog	Thu Dec 03 19:01:36 2009 +0000
@@ -1,3 +1,8 @@
+2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
+
+	* process.c (Fmake_network_process): Fix up the tests for
+	"connectionless socket", so they DTRT for seqpacket sockets as well.
+
 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* process.c (Qseqpacket): New symbol.