From cf28b9e904ebb880368c03a7cb121e5bbf54d3d5 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 16 Feb 1995 22:41:02 +0000
Subject: [PATCH] Use cmucl.orig, not lisp.orig, on hp-ux.

---
 code/foreign.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/foreign.lisp b/code/foreign.lisp
index 451bfa8e1..5c552f29e 100644
--- a/code/foreign.lisp
+++ b/code/foreign.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.19 1994/11/04 05:23:08 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.20 1995/02/16 22:41:02 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -300,7 +300,7 @@
 			    #-hpux
 			    (merge-pathnames *command-line-utility-name*
 					     "path:")
-			    #+hpux "library:lisp.orig")
+			    #+hpux "library:cmucl.orig")
 			   (env ext:*environment-list*))
   "Load-foreign loads a list of C object files into a running Lisp.  The files
   argument should be a single file or a list of files.  The files may be
-- 
GitLab