svn commit: r287559 - head/sys/modules/zfs

Garrett Cooper ngie at FreeBSD.org
Tue Sep 8 08:54:41 UTC 2015


Author: ngie
Date: Tue Sep  8 08:54:40 2015
New Revision: 287559
URL: https://svnweb.freebsd.org/changeset/base/287559

Log:
  Revert r286984 (adding opt_random.h to sys/modules/zfs/Makefile)
  
  opt_random.h is no longer needed/referenced in the kernel build
  
  X-MFC with: r287558

Modified:
  head/sys/modules/zfs/Makefile

Modified: head/sys/modules/zfs/Makefile
==============================================================================
--- head/sys/modules/zfs/Makefile	Tue Sep  8 08:50:28 2015	(r287558)
+++ head/sys/modules/zfs/Makefile	Tue Sep  8 08:54:40 2015	(r287559)
@@ -4,7 +4,7 @@ SYSDIR?=${.CURDIR}/../..
 
 KMOD=	zfs
 
-SRCS=	bus_if.h device_if.h vnode_if.h opt_kstack_pages.h opt_random.h
+SRCS=	bus_if.h device_if.h vnode_if.h opt_kstack_pages.h
 
 SUNW=	${SYSDIR}/cddl/contrib/opensolaris
 


More information about the svn-src-head mailing list