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 newly added stubs.c file ...



details:   https://anonhg.NetBSD.org/src/rev/ccf44db2ca2a
branches:  trunk
changeset: 752530:ccf44db2ca2a
user:      haad <haad%NetBSD.org@localhost>
date:      Sun Feb 28 17:40:35 2010 +0000

description:
Add newly added stubs.c file to libzfs build.

diffstat:

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

diffs (18 lines):

diff -r d5919374cb15 -r ccf44db2ca2a external/cddl/osnet/lib/libzfs/Makefile
--- a/external/cddl/osnet/lib/libzfs/Makefile   Sun Feb 28 17:36:51 2010 +0000
+++ b/external/cddl/osnet/lib/libzfs/Makefile   Sun Feb 28 17:40:35 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/02/21 01:46:35 darran Exp $
+#      $NetBSD: Makefile,v 1.4 2010/02/28 17:40:35 haad Exp $
 
 .PATH: ${.CURDIR}/../../dist/common/zfs
 .PATH: ${.CURDIR}/../../dist/common/fs/zfs
@@ -9,7 +9,7 @@
 LDADD= -lutil
 
 # Local
-SRCS=  deviceid.c mnttab.c mkdirp.c zmount.c fsshare.c zone.c efi.c ucred.c
+SRCS=  deviceid.c mnttab.c mkdirp.c zmount.c fsshare.c zone.c efi.c ucred.c stubs.c
 
 # Sun
 SRCS+= zfs_namecheck.c zprop_common.c zfs_prop.c zpool_prop.c



Home | Main Index | Thread Index | Old Index