Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/os.lisp
    ... ... @@ -68,6 +68,7 @@
    68 68
       status code.  If the home directory does not exist NIL is returned.
    
    69 69
       The status is 0 if no errors occurred.  Otherwise a non-zero value
    
    70 70
       is returned. Examining errno may give information about what failed."
    
    71
    +  (declare (string name))
    
    71 72
       (cond
    
    72 73
         ((zerop (length name))
    
    73 74
          (multiple-value-bind (user-info status)