Skip to content
Snippets Groups Projects
Commit 603bf287 authored by wlott's avatar wlott
Browse files

Added a ``mach:'' in front of a use of ``gr-call*'' because it's now in

the mach package.
parent 599a1b7a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -61,5 +61,5 @@
;;; Return the system page size. ;;; Return the system page size.
;;; ;;;
(defun get-page-size () (defun get-page-size ()
(gr-call* mach:vm_statistics *task-self*)) (mach:gr-call* mach:vm_statistics *task-self*))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment