Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2010 23:42:31 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r201962 - user/kmacy/releng_8_fcs_buf_xen/sys/conf
Message-ID:  <201001092342.o09NgVKN051231@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmacy
Date: Sat Jan  9 23:42:31 2010
New Revision: 201962
URL: http://svn.freebsd.org/changeset/base/201962

Log:
  add zfs_bio.c to static ZFS build

Modified:
  user/kmacy/releng_8_fcs_buf_xen/sys/conf/files

Modified: user/kmacy/releng_8_fcs_buf_xen/sys/conf/files
==============================================================================
--- user/kmacy/releng_8_fcs_buf_xen/sys/conf/files	Sat Jan  9 23:40:45 2010	(r201961)
+++ user/kmacy/releng_8_fcs_buf_xen/sys/conf/files	Sat Jan  9 23:42:31 2010	(r201962)
@@ -3005,6 +3005,8 @@ cddl/contrib/opensolaris/uts/common/fs/z
 	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
 cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c	optional zfs \
 	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
+cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_bio.c	optional zfs \
+	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
 cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_byteswap.c	optional zfs \
 	compile-with "${ZFS_C} ${OPENSOLARIS_INC} ${ZFS_INC} ${ZFS_CFLAGS}"
 cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c	optional zfs \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001092342.o09NgVKN051231>