Source-Changes-HG archive

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

[src/trunk]: src Install new header and fix rump to include the corresponding...



details:   https://anonhg.NetBSD.org/src/rev/2fa28a5eb0b0
branches:  trunk
changeset: 345655:2fa28a5eb0b0
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jun 03 21:55:50 2016 +0000

description:
Install new header and fix rump to include the corresponding source as
well.

diffstat:

 distrib/sets/lists/comp/mi         |  3 ++-
 sys/rump/fs/lib/libext2fs/Makefile |  4 ++--
 sys/ufs/ext2fs/Makefile            |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 420eb2bedc57 -r 2fa28a5eb0b0 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Fri Jun 03 20:41:04 2016 +0000
+++ b/distrib/sets/lists/comp/mi        Fri Jun 03 21:55:50 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2037 2016/06/01 23:59:21 joerg Exp $
+#      $NetBSD: mi,v 1.2038 2016/06/03 21:55:50 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -3030,6 +3030,7 @@
 ./usr/include/ufs/ext2fs/ext2fs.h              comp-c-include
 ./usr/include/ufs/ext2fs/ext2fs_dinode.h       comp-c-include
 ./usr/include/ufs/ext2fs/ext2fs_dir.h          comp-c-include
+./usr/include/ufs/ext2fs/ext2fs_extents.h      comp-c-include
 ./usr/include/ufs/ext2fs/ext2fs_extern.h       comp-c-include
 ./usr/include/ufs/ffs/ffs_extern.h             comp-c-include
 ./usr/include/ufs/ffs/fs.h                     comp-c-include
diff -r 420eb2bedc57 -r 2fa28a5eb0b0 sys/rump/fs/lib/libext2fs/Makefile
--- a/sys/rump/fs/lib/libext2fs/Makefile        Fri Jun 03 20:41:04 2016 +0000
+++ b/sys/rump/fs/lib/libext2fs/Makefile        Fri Jun 03 21:55:50 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2015/10/19 16:16:35 pooka Exp $
+#      $NetBSD: Makefile,v 1.6 2016/06/03 21:55:50 joerg Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/ext2fs
@@ -7,7 +7,7 @@
 COMMENT=Linux Ext2
 
 SRCS=  ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c     \
-       ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.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
 
 .include <bsd.lib.mk>
diff -r 420eb2bedc57 -r 2fa28a5eb0b0 sys/ufs/ext2fs/Makefile
--- a/sys/ufs/ext2fs/Makefile   Fri Jun 03 20:41:04 2016 +0000
+++ b/sys/ufs/ext2fs/Makefile   Fri Jun 03 21:55:50 2016 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 1998/06/12 23:23:11 cgd Exp $
+#      $NetBSD: Makefile,v 1.2 2016/06/03 21:55:50 joerg Exp $
 
 INCSDIR= /usr/include/ufs/ext2fs
 
-INCS=  ext2fs.h ext2fs_dinode.h ext2fs_dir.h ext2fs_extern.h
+INCS=  ext2fs.h ext2fs_dinode.h ext2fs_dir.h ext2fs_extents.h ext2fs_extern.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index