Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/lib/libzfs Add missing zfs_fletcher.c to...



details:   https://anonhg.NetBSD.org/src/rev/343c407e2b1f
branches:  trunk
changeset: 752533:343c407e2b1f
user:      haad <haad%NetBSD.org@localhost>
date:      Sun Feb 28 22:40:09 2010 +0000

description:
Add missing zfs_fletcher.c to libzfs.

diffstat:

 external/cddl/osnet/lib/libzfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d92fb679b482 -r 343c407e2b1f external/cddl/osnet/lib/libzfs/Makefile
--- a/external/cddl/osnet/lib/libzfs/Makefile   Sun Feb 28 20:04:04 2010 +0000
+++ b/external/cddl/osnet/lib/libzfs/Makefile   Sun Feb 28 22:40:09 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2010/02/28 17:40:35 haad Exp $
+#      $NetBSD: Makefile,v 1.5 2010/02/28 22:40:09 haad Exp $
 
 .PATH: ${.CURDIR}/../../dist/common/zfs
 .PATH: ${.CURDIR}/../../dist/common/fs/zfs
@@ -13,7 +13,7 @@
 
 # Sun
 SRCS+= zfs_namecheck.c zprop_common.c zfs_prop.c zpool_prop.c
-SRCS+= zfs_deleg.c zfs_comutil.c
+SRCS+= zfs_deleg.c zfs_fletcher.c zfs_comutil.c
 SRCS+= libzfs_dataset.c libzfs_util.c libzfs_graph.c libzfs_mount.c
 SRCS+= libzfs_pool.c libzfs_changelist.c libzfs_config.c libzfs_import.c
 SRCS+= libzfs_status.c libzfs_sendrecv.c



Home | Main Index | Thread Index | Old Index