X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fbsd-os.lisp;h=b9c8009a675711c16cb92ab68667e6b1d2cb7033;hb=fec3614baf361523a4fb154ed80d9b73e1452b2d;hp=ed8d8686abec06b2e20121269ffee2e5147a83b0;hpb=a01412f55c9345127db8e73471c80ccff5ece2b9;p=sbcl.git diff --git a/src/code/bsd-os.lisp b/src/code/bsd-os.lisp index ed8d868..b9c8009 100644 --- a/src/code/bsd-os.lisp +++ b/src/code/bsd-os.lisp @@ -36,12 +36,12 @@ (defun os-cold-init-or-reinit () (setf *software-version* nil) (setf *default-pathname-defaults* - ;; (temporary value, so that #'PATHNAME won't blow up when + ;; (temporary value, so that #'NATIVE-PATHNAME won't blow up when ;; we call it below:) (make-trivial-default-pathname) *default-pathname-defaults* - ;; (final value, constructed using #'PATHNAME:) - (pathname (sb!unix:posix-getcwd/)))) + ;; (final value, constructed using #'NATIVE-PATHNAME:) + (native-pathname (sb!unix:posix-getcwd/)))) ;;; Return system time, user time and number of page faults. (defun get-system-info ()