--- fd-stream.lisp	Mon Oct 12 16:43:40 1998
+++ ../../src-to-be/fd-stream.lisp	Mon Oct 12 10:18:54 1998
@@ -1482,9 +1482,9 @@
   (let ((tty (unix:unix-open "/dev/tty" unix:o_rdwr #o666)))
     (if tty
 	(setf *tty*
-	      (;#-high-security
+	      (#-high-security
 	       make-fd-stream
-	       #+nil ;#+high-security
+	       #+high-security
 	       %make-fd-stream tty :name "the Terminal" :input t :output t
 			      :buffering :line :auto-close t))
 	(setf *tty* (make-two-way-stream *stdin* *stdout*))))
