Index: /trunk/source/level-1/linux-files.lisp
===================================================================
--- /trunk/source/level-1/linux-files.lisp	(revision 15008)
+++ /trunk/source/level-1/linux-files.lisp	(revision 15009)
@@ -1514,16 +1514,4 @@
                          (when (zerop (car (external-process-token proc)))
                            t))))))
-
-
-
-
-
-  (defun external-process-error-stream (proc)
-    "Return the stream which is used to read error output from a given OS
-subprocess, if it has one."
-    (require-type proc 'external-process)
-    (external-process-error proc))
-
-
   
   (defun signal-external-process (proc signal)
@@ -1944,4 +1932,9 @@
   (external-process-output proc))
 
+(defun external-process-error-stream (proc)
+  "Return the stream which is used to read error output from a given OS
+subprocess, if it has one."
+  (require-type proc 'external-process)
+  (external-process-error proc))
 
 (defun external-process-id (proc)
