From bfede72e4781dc85bec57e6a225ee98dc5ff5d25 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Sat, 2 Jun 2001 15:33:04 +0000
Subject: [PATCH] New procedures HARD-LINK-FILE and SOFT-LINK-FILE.

---
 v7/src/runtime/sfile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v7/src/runtime/sfile.scm b/v7/src/runtime/sfile.scm
index 5064c3bac..11cc1f3c5 100644
--- a/v7/src/runtime/sfile.scm
+++ b/v7/src/runtime/sfile.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: sfile.scm,v 14.27 2001/06/02 15:30:43 cph Exp $
+$Id: sfile.scm,v 14.28 2001/06/02 15:33:04 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -123,7 +123,7 @@ USA.
 
 (define (soft-link-file from to)
   ((ucode-primitive file-link-soft 2) (->namestring (merge-pathnames from))
-				      (->namestring (merge-pathnames to))))
+				      to))
 
 (define (delete-file-no-errors filename)
   (call-with-current-continuation
-- 
2.25.1