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 Make this LKM work again by building "ntfs_...



details:   https://anonhg.NetBSD.org/src/rev/58330f1d9b1a
branches:  trunk
changeset: 503852:58330f1d9b1a
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Feb 16 10:07:02 2001 +0000

description:
Make this LKM work again by building "ntfs_conv.c".

diffstat:

 sys/lkm/vfs/ntfs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 8d451a3e1a90 -r 58330f1d9b1a sys/lkm/vfs/ntfs/Makefile
--- a/sys/lkm/vfs/ntfs/Makefile Fri Feb 16 07:20:35 2001 +0000
+++ b/sys/lkm/vfs/ntfs/Makefile Fri Feb 16 10:07:02 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1999/05/12 07:46:43 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2001/02/16 10:07:02 tron Exp $
 
 .include "../Makefile.inc"
 
@@ -10,5 +10,6 @@
 
 SRCS=  lkminit_vfs.c
 SRCS+= ntfs_compr.c ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c
+SRCS+= ntfs_conv.c
 
 .include <bsd.kmod.mk>



Home | Main Index | Thread Index | Old Index