Skip to content
Snippets Groups Projects
Commit 0db00c43 authored by wlott's avatar wlott
Browse files

Removed *task-data* and *task-notify* because they aren't used, and I have

no idea what they should be changed to under mach 3.0.
parent e97804d3
No related branches found
No related tags found
No related merge requests found
......@@ -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.8 1992/03/26 03:21:16 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach-os.lisp,v 1.9 1992/07/03 00:09:31 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -40,13 +40,9 @@
;;; that set up the argument blocks for the server interfaces.
(defvar *task-self*)
(defvar *task-data*)
(defvar *task-notify*)
(defun os-init ()
(setf *task-self* (mach:mach-task_self))
(setf *task-data* (mach:mach-task_data))
(setf *task-notify* (mach:mach-task_notify)))
(setf *task-self* (mach:mach-task_self)))
;;; GET-SYSTEM-INFO -- Interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment