From 603bf28741d83a9a8c69f1afdcbd73ee57681cd4 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 20 Feb 1992 23:03:11 +0000 Subject: [PATCH] Added a ``mach:'' in front of a use of ``gr-call*'' because it's now in the mach package. --- code/mach-os.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/mach-os.lisp b/code/mach-os.lisp index bc63c5068..72da11855 100644 --- a/code/mach-os.lisp +++ b/code/mach-os.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach-os.lisp,v 1.5 1992/02/19 16:28:08 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach-os.lisp,v 1.6 1992/02/20 23:03:11 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -61,5 +61,5 @@ ;;; Return the system page size. ;;; (defun get-page-size () - (gr-call* mach:vm_statistics *task-self*)) + (mach:gr-call* mach:vm_statistics *task-self*)) -- GitLab