--- UnixStream.st.orig	Fri Nov 28 22:07:30 1997
+++ UnixStream.st	Fri Nov 28 22:08:43 1997
@@ -114,12 +114,14 @@
 	 args: #(int int int)
 !
 
-Behavior defineCFunc: 'tell'
-	 withSelectorArgs: 'tell: fileDescriptor'
-	 forClass: UnixStream
-	 returning: #int
-	 args: #(int)
-!
+"
+|Behavior defineCFunc: 'tell'
+|	 withSelectorArgs: 'tell: fileDescriptor'
+|	 forClass: UnixStream
+|	 returning: #int
+|	 args: #(int)
+|!
+"
 
 "======================================================================
 |
@@ -286,9 +288,11 @@
     ^self write: fd from: byteArray bytes: anInteger
 !
 
-tell
-    ^self tell: fd
-!
+"
+|tell
+|    ^self tell: fd
+|!
+"
 
 position: anInteger
     ^self lseek: fd offset: anInteger whence: 0 "Set"
