Author: bz
Date: Fri Feb 10 16:06:14 2017
New Revision: 313557
URL: https://svnweb.freebsd.org/changeset/base/313557

Log:
  Allow Dtrace to be compiled into the kernel again after r313177.
  
  MFC after:    1 week

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Fri Feb 10 15:28:18 2017        (r313556)
+++ head/sys/conf/files Fri Feb 10 16:06:14 2017        (r313557)
@@ -268,6 +268,7 @@ cddl/contrib/opensolaris/uts/common/zmod
 # dtrace specific
 cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c    optional dtrace 
compile-with "${DTRACE_C}" \
                                                        warning "kernel 
contains CDDL licensed DTRACE"
+cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c  
optional dtrace compile-with "${DTRACE_C}"
 cddl/dev/dtmalloc/dtmalloc.c           optional dtmalloc        | dtraceall 
compile-with "${CDDL_C}"
 cddl/dev/profile/profile.c             optional dtrace_profile  | dtraceall 
compile-with "${CDDL_C}"
 cddl/dev/sdt/sdt.c                     optional dtrace_sdt      | dtraceall 
compile-with "${CDDL_C}"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to