Win32OperatingSystem.st
branchjv
changeset 18033 c90d8fdd805d
parent 18028 e39da2aa21bc
parent 14889 eaddf47af679
child 18045 c0c600e0d3b3
--- a/Win32OperatingSystem.st	Mon Mar 18 17:55:24 2013 +0000
+++ b/Win32OperatingSystem.st	Mon Mar 18 22:12:08 2013 +0000
@@ -15839,6 +15839,7 @@
     anInteger isNil ifTrue:[^ nil].
     anInteger isSymbol ifTrue:[^ anInteger].
 
+    anInteger ==   0 ifTrue:[ ^ #ip ].
     anInteger ==   6 ifTrue:[ ^ #tcp ].
     anInteger ==  17 ifTrue:[ ^ #udp ].
     anInteger == 255 ifTrue:[ ^ #raw ].
@@ -16520,11 +16521,11 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.456 2013-03-11 16:00:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.457 2013-03-15 18:56:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.456 2013-03-11 16:00:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.457 2013-03-15 18:56:04 cg Exp $'
 !
 
 version_SVN