svn commit: r201962 - user/kmacy/releng_8_fcs_buf_xen/sys/conf

Kip Macy kmacy at FreeBSD.org
Sat Jan 9 23:42:32 UTC 2010


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 \


More information about the svn-src-user mailing list