PERFORCE change 222345 for review

Brooks Davis brooks at FreeBSD.org
Mon Feb 25 16:24:37 UTC 2013


http://p4web.freebsd.org/@@222345?ac=10

Change 222345 by brooks at brooks_zenith on 2013/02/25 16:24:25

	It's sufficient to link against vdev_file.c once.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/cddl/lib/libzpool/Makefile#2 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/cddl/lib/libzpool/Makefile#2 (text+ko) ====

@@ -26,7 +26,7 @@
 
 LIB=		zpool
 
-ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} vdev_file.c trim_map.c
+ZFS_COMMON_SRCS= ${ZFS_COMMON_OBJS:C/.o$/.c/} trim_map.c
 ZFS_SHARED_SRCS= ${ZFS_SHARED_OBJS:C/.o$/.c/}
 KERNEL_SRCS=	kernel.c taskq.c util.c
 LIST_SRCS=	list.c


More information about the p4-projects mailing list