From c4d1c177112e012260f7ecc9baa166245337560d Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Fri, 29 Jan 1993 00:07:22 +0000 Subject: [PATCH] Change MS-NT to NT. --- v7/src/runtime/pathnm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/pathnm.scm b/v7/src/runtime/pathnm.scm index 2e77d82f6..64c8557a2 100644 --- a/v7/src/runtime/pathnm.scm +++ b/v7/src/runtime/pathnm.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: pathnm.scm,v 14.25 1993/01/12 23:08:57 gjr Exp $ +$Id: pathnm.scm,v 14.26 1993/01/29 00:07:22 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -591,7 +591,7 @@ these rules: '((UNIX . 0) (DOS . 1) (VMS . 2) - (MS-NT . 3))) + (NT . 3))) (define (make-unimplemented-host-type index) (let* ((name (let loop ((types known-host-types)) -- 2.25.1