Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs/lib/libext2fs Add new files



details:   https://anonhg.NetBSD.org/src/rev/f326da728f7a
branches:  trunk
changeset: 346091:f326da728f7a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 24 21:31:30 2016 +0000

description:
Add new files

diffstat:

 sys/rump/fs/lib/libext2fs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 999f1297c027 -r f326da728f7a sys/rump/fs/lib/libext2fs/Makefile
--- a/sys/rump/fs/lib/libext2fs/Makefile        Fri Jun 24 19:24:11 2016 +0000
+++ b/sys/rump/fs/lib/libext2fs/Makefile        Fri Jun 24 21:31:30 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2016/06/03 21:55:50 joerg Exp $
+#      $NetBSD: Makefile,v 1.7 2016/06/24 21:31:30 christos Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/ext2fs
@@ -7,6 +7,7 @@
 COMMENT=Linux Ext2
 
 SRCS=  ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c     \
+       ext2fs_hash.c ext2fs_htree.c \
        ext2fs_extents.c ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c \
        ext2fs_rename.c ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c
 



Home | Main Index | Thread Index | Old Index