svn commit: r268542 - head/sys/sys

Rui Paulo rpaulo at FreeBSD.org
Sat Jul 12 00:57:01 UTC 2014


Author: rpaulo
Date: Sat Jul 12 00:57:00 2014
New Revision: 268542
URL: http://svnweb.freebsd.org/changeset/base/268542

Log:
  Remove _DTRACE_VERSION from sdt.h.  It will now come from the command line
  (bsd.dep.mk).
  
  MFC after:	3 weeks

Modified:
  head/sys/sys/sdt.h

Modified: head/sys/sys/sdt.h
==============================================================================
--- head/sys/sys/sdt.h	Sat Jul 12 00:54:34 2014	(r268541)
+++ head/sys/sys/sdt.h	Sat Jul 12 00:57:00 2014	(r268542)
@@ -33,8 +33,6 @@
 
 #ifndef _KERNEL
 
-#define	_DTRACE_VERSION	1
-
 #define	DTRACE_PROBE(prov, name) {				\
 	extern void __dtrace_##prov##___##name(void);		\
 	__dtrace_##prov##___##name();				\


More information about the svn-src-head mailing list