Add code to detect NTFS file system under Linux.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Jun 1998 19:13:51 +0000 (19:13 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Jun 1998 19:13:51 +0000 (19:13 +0000)
v7/src/microcode/uxfs.c
v7/src/runtime/unxprm.scm

index 8e41565b60ee5cc4d5172206bef0d3ede8acf233..36bac90734b5e1983f81efc085f722abd86aa448 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: uxfs.c,v 1.14 1998/06/18 19:11:14 cph Exp $
+$Id: uxfs.c,v 1.15 1998/06/18 19:13:42 cph Exp $
 
-Copyright (c) 1990-97 Massachusetts Institute of Technology
+Copyright (c) 1990-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
index 6225e1ac94a13d66b9c7ace588b6e67116d05524..2a3e3f6860ee3c651b26664dd4226072cc8d4f80 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: unxprm.scm,v 1.49 1998/05/31 03:20:10 cph Exp $
+$Id: unxprm.scm,v 1.50 1998/06/18 19:13:51 cph Exp $
 
 Copyright (c) 1988-98 Massachusetts Institute of Technology
 
@@ -308,6 +308,7 @@ MIT in each case. |#
     (if (or (string-ci=? "fat" type)
            (string-ci=? "hpfs" type)
            (string-ci=? "iso9660" type)
+           (string-ci=? "ntfs" type)
            (string-ci=? "smb" type))
        "\r\n"
        #f)))