0.7.2.19:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 22 Apr 2002 10:16:18 +0000 (10:16 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 22 Apr 2002 10:16:18 +0000 (10:16 +0000)
Cosmetic fixups to sunos-os.lisp to be consistent about calling
the port a port to SunOS

src/code/sunos-os.lisp
version.lisp-expr

index 9aad8b6..626f606 100644 (file)
@@ -18,7 +18,7 @@
 (defun software-type ()
   #!+sb-doc
   "Return a string describing the supporting software."
-  (values "Solaris"))
+  (values "SunOS"))
 
 (defvar *software-version* nil)
 
@@ -34,7 +34,7 @@
                                               :output stream))))))
 
 (defun os-cold-init-or-reinit () ; KLUDGE: don't know what to do here
-  (/show "entering solaris-os.lisp OS-COLD-INIT-OR-REINIT")
+  (/show "entering sunos-os.lisp OS-COLD-INIT-OR-REINIT")
   (setf *software-version* nil)
   (/show "setting *DEFAULT-PATHNAME-DEFAULTS*")
   (setf *default-pathname-defaults*
@@ -44,7 +44,7 @@
        *default-pathname-defaults*
        ;; (final value, constructed using #'PATHNAME:)
        (pathname (sb!unix:posix-getcwd/)))
-  (/show "leaving solaris-os.lisp OS-COLD-INIT-OR-REINIT"))
+  (/show "leaving sunos-os.lisp OS-COLD-INIT-OR-REINIT"))
 
 ;;; Return system time, user time and number of page faults.
 (defun get-system-info ()
index 2db7b12..cb70468 100644 (file)
@@ -18,4 +18,4 @@
 ;;; for internal versions, especially for internal versions off the
 ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.2.18"
+"0.7.2.19"