Source-Changes-HG archive

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

[src/trunk]: src/sys/ntfs actually call ntfs_toupper_init() from ntfs_init()



details:   https://anonhg.NetBSD.org/src/rev/8634c0e91088
branches:  trunk
changeset: 476791:8634c0e91088
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Sep 28 05:44:21 1999 +0000

description:
actually call ntfs_toupper_init() from ntfs_init()

diffstat:

 sys/ntfs/ntfs_vfsops.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 857ce84726da -r 8634c0e91088 sys/ntfs/ntfs_vfsops.c
--- a/sys/ntfs/ntfs_vfsops.c    Tue Sep 28 02:26:35 1999 +0000
+++ b/sys/ntfs/ntfs_vfsops.c    Tue Sep 28 05:44:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vfsops.c,v 1.12 1999/09/13 20:21:45 jdolecek Exp $        */
+/*     $NetBSD: ntfs_vfsops.c,v 1.13 1999/09/28 05:44:21 jdolecek Exp $        */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko
@@ -200,6 +200,7 @@
 ntfs_init ()
 {
        ntfs_nthashinit();
+       ntfs_toupper_init();
 }
 
 #elif defined(__FreeBSD__)
@@ -209,6 +210,7 @@
        struct vfsconf *vcp )
 {
        ntfs_nthashinit();
+       ntfs_toupper_init();
        return 0;
 }
 



Home | Main Index | Thread Index | Old Index