X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fosf1-os.lisp;h=2171c8eeefcaffd1c7f941ada0dec4afebf1350a;hb=2b0851c405b494143009f68e2bc7e91017a809d4;hp=abc4c024ed7f95b06f8fb39cc89e5cc18bf36773;hpb=fec3614baf361523a4fb154ed80d9b73e1452b2d;p=sbcl.git diff --git a/src/code/osf1-os.lisp b/src/code/osf1-os.lisp index abc4c02..2171c8e 100644 --- a/src/code/osf1-os.lisp +++ b/src/code/osf1-os.lisp @@ -20,8 +20,6 @@ "Return a string describing the supporting software." (values "OSF/1")) -(defvar *software-version* nil) - (defun software-version () #!+sb-doc "Return a string describing version of the supporting software, or NIL @@ -33,19 +31,6 @@ (sb!ext:run-program "/bin/uname" `("-r") :output stream)))))) -(defun os-cold-init-or-reinit () ; KLUDGE: don't know what to do here - (/show "entering osf1-os.lisp OS-COLD-INIT-OR-REINIT") - (setf *software-version* nil) - (/show "setting *DEFAULT-PATHNAME-DEFAULTS*") - (setf *default-pathname-defaults* - ;; (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 #'NATIVE-PATHNAME:) - (native-pathname (sb!unix:posix-getcwd/))) - (/show "leaving osf1-os.lisp OS-COLD-INIT-OR-REINIT")) - ;;; Return system time, user time and number of page faults. (defun get-system-info () (multiple-value-bind @@ -62,3 +47,7 @@ ;; FIXME: Or we could just get rid of this, since the uses of it look ;; disposable. 4096) + +;;; support for CL:MACHINE-VERSION defined OAOO elsewhere +(defun get-machine-version () + nil)