r10469: add number-within-percentage
[kmrcl.git] / os.lisp
diff --git a/os.lisp b/os.lisp
index 9eece913162b90f4b8c9bf9cab0c84749fdcd3b4..805b10c3c5275baa529601ad4350c2e37a55c38c 100644 (file)
--- a/os.lisp
+++ b/os.lisp
@@ -167,7 +167,7 @@ returns (VALUES output-string pid)"
   #+(and lispworks (not win32)) (system::getpid)
   #+sbcl (sb-posix:getpid)
   #+cmu (unix:unix-getpid)
-  #+openmcl (ccl:getpid)
+  #+openmcl (ccl::getpid)
   #+(and clisp unix) (system::program-id)
   #+(and clisp win32) (cond ((find-package :win32)
                             (funcall (find-symbol "GetCurrentProcessId"