Socket.st
changeset 814 d0e45218532d
parent 812 c8101ea70e6c
child 817 eda0065cbd47
--- a/Socket.st	Sat Sep 18 16:04:54 1999 +0200
+++ b/Socket.st	Tue Sep 21 01:40:02 1999 +0200
@@ -269,13 +269,13 @@
 #endif
 
 #ifdef WANT__AF_ROSE /* Amateur Radio X.25 PLP */
-# ifdef AF_BSC
-#  ifndef PF_BSC
-#   define PF_BSC AF_BSC
+# ifdef AF_ROSE
+#  ifndef PF_ROSE
+#   define PF_ROSE AF_ROSE
 #  endif
 # endif
 #else
-# undef AF_BSC
+# undef AF_ROSE
 #endif
 
 
@@ -4255,5 +4255,5 @@
 !Socket class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.129 1999-09-16 08:41:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.130 1999-09-20 23:40:02 cg Exp $'
 ! !