Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/vfs/ntfs Fix typos.



details:   https://anonhg.NetBSD.org/src/rev/86c3a659e996
branches:  trunk
changeset: 472917:86c3a659e996
user:      tron <tron%NetBSD.org@localhost>
date:      Wed May 12 09:00:11 1999 +0000

description:
Fix typos.

diffstat:

 sys/lkm/vfs/ntfs/lkminit_vfs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 5998d1c8b521 -r 86c3a659e996 sys/lkm/vfs/ntfs/lkminit_vfs.c
--- a/sys/lkm/vfs/ntfs/lkminit_vfs.c    Wed May 12 07:46:42 1999 +0000
+++ b/sys/lkm/vfs/ntfs/lkminit_vfs.c    Wed May 12 09:00:11 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lkminit_vfs.c,v 1.1 1999/05/12 07:46:43 tron Exp $
+/* $NetBSD: lkminit_vfs.c,v 1.2 1999/05/12 09:00:11 tron Exp $
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -49,18 +49,18 @@
 /*
  * This is the vfsops table for the file system in question
  */
-extern struct vfsops ntfsfs_vfsops;
+extern struct vfsops ntfs_vfsops;
 
 /*
  * declare the filesystem
  */
-MOD_VFS("ntfsfs", -1, &ntfsfs_vfsops);
+MOD_VFS("ntfs", -1, &ntfs_vfsops);
 
 /*
  * entry point
  */
 int
-ntfsfs_lkmentry(lkmtp, cmd, ver)
+ntfs_lkmentry(lkmtp, cmd, ver)
        struct lkm_table *lkmtp;        
        int cmd;
        int ver;



Home | Main Index | Thread Index | Old Index