Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Add NTFS for the compat names.



details:   https://anonhg.NetBSD.org/src/rev/a25a1c1b53ef
branches:  trunk
changeset: 472765:a25a1c1b53ef
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 06 17:11:04 1999 +0000

description:
Add NTFS for the compat names.

diffstat:

 sys/kern/vfs_syscalls.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a561b4c6a981 -r a25a1c1b53ef sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c   Thu May 06 17:09:31 1999 +0000
+++ b/sys/kern/vfs_syscalls.c   Thu May 06 17:11:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_syscalls.c,v 1.135 1999/05/05 20:01:10 thorpej Exp $       */
+/*     $NetBSD: vfs_syscalls.c,v 1.136 1999/05/06 17:11:04 christos Exp $      */
 
 /*
  * Copyright (c) 1989, 1993
@@ -111,6 +111,7 @@
        MOUNT_EXT2FS,   /* 17 */
        MOUNT_CODA,     /* 18 */
        MOUNT_FILECORE, /* 19 */
+       MOUNT_NTFS,     /* 20 */
 };
 const int nmountcompatnames = sizeof(mountcompatnames) /
     sizeof(mountcompatnames[0]);



Home | Main Index | Thread Index | Old Index