Source-Changes-HG archive

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

[src/trunk]: src/sys/sys add MOUNT_NTFS to CTL_VFS_NAMES macro



details:   https://anonhg.NetBSD.org/src/rev/c8acdd25a032
branches:  trunk
changeset: 483579:c8acdd25a032
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Mar 13 18:52:06 2000 +0000

description:
add MOUNT_NTFS to CTL_VFS_NAMES macro

diffstat:

 sys/sys/mount.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1d5627ef21d -r c8acdd25a032 sys/sys/mount.h
--- a/sys/sys/mount.h   Mon Mar 13 18:49:15 2000 +0000
+++ b/sys/sys/mount.h   Mon Mar 13 18:52:06 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount.h,v 1.80 2000/02/16 11:57:00 fvdl Exp $  */
+/*     $NetBSD: mount.h,v 1.81 2000/03/13 18:52:06 jdolecek Exp $      */
 
 /*
  * Copyright (c) 1989, 1991, 1993
@@ -254,6 +254,7 @@
        { MOUNT_EXT2FS, CTLTYPE_NODE }, \
        { MOUNT_CODA, CTLTYPE_NODE }, \
        { MOUNT_FILECORE, CTLTYPE_NODE }, \
+       { MOUNT_NTFS, CTLTYPE_NODE }, \
 }
 
 #define        VFS_MAXID       20              /* number of valid vfs ids */



Home | Main Index | Thread Index | Old Index