0.9.9.12:
[sbcl.git] / src / code / sunos-os.lisp
index b16ff01..7134c38 100644 (file)
   (setf *software-version* nil)
   (/show "setting *DEFAULT-PATHNAME-DEFAULTS*")
   (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/)))
   (/show "leaving sunos-os.lisp OS-COLD-INIT-OR-REINIT"))
 
 ;;; Return system time, user time and number of page faults.
@@ -62,4 +62,5 @@
   ;; FIXME: Or we could just get rid of this, since the uses of it look
   ;; disposable.
   ;; FIXME II: this could well be wrong
-  8192)
+  #!+sparc 8192
+  #!+x86 4096)