1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Remove _DTRACE_VERSION from sdt.h. It will now come from the command line

(bsd.dep.mk).

MFC after:	3 weeks
This commit is contained in:
Rui Paulo 2014-07-12 00:57:00 +00:00
parent ff0f36e773
commit 0f912c5a5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268542

View File

@ -33,8 +33,6 @@
#ifndef _KERNEL
#define _DTRACE_VERSION 1
#define DTRACE_PROBE(prov, name) { \
extern void __dtrace_##prov##___##name(void); \
__dtrace_##prov##___##name(); \