Socket.st
changeset 875 5e284df91764
parent 874 eefe1b9c7061
child 876 69c9ed48daba
--- a/Socket.st	Mon Jan 24 15:17:23 2000 +0100
+++ b/Socket.st	Mon Jan 24 15:17:50 2000 +0100
@@ -69,7 +69,7 @@
 #    define xxWANT__AF_IPX
 #    define WANT__AF_INET6 */
 #    if LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,0)
-#     define WANT__AF_IRDA */
+#     define xxWANT__AF_IRDA */
 #    endif /* >= 2.2.0 */
 #   endif /* >= 2.1.0 */
 #  endif /* pre 2.0.0 */
@@ -4727,5 +4727,5 @@
 !Socket class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.143 2000-01-24 14:17:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.144 2000-01-24 14:17:50 cg Exp $'
 ! !