From 2e623a39b8b0349f8924ea467007588b9336b6e9 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 16 Jul 1991 12:01:50 +0000 Subject: [PATCH] Added a load of syscall because we need to re-run some of the exports. This is bogus. --- tools/worldload.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index 3b2bad622..d6b8e74a8 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.30 1991/07/11 14:58:15 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.31 1991/07/16 12:01:50 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -85,6 +85,8 @@ (load "code:run-program") (load "code:query") (load "code:loop") +(load "code:syscall") ; syscall gets cold-loaded, but we need to re-run some + ; of the exports. (load "code:internet") (load "code:wire") (load "code:remote") -- GitLab