Readd removed hunk
This commit is contained in:
parent
229aba2943
commit
dbc567603d
|
@ -162,6 +162,11 @@ _NOTE(CONSTCOND) } while (0)
|
|||
* existence for their counterparts in libzpool.
|
||||
*/
|
||||
|
||||
#ifdef DTRACE_PROBE
|
||||
#undef DTRACE_PROBE
|
||||
#define DTRACE_PROBE(a) ((void)0)
|
||||
#endif /* DTRACE_PROBE */
|
||||
|
||||
#ifdef DTRACE_PROBE1
|
||||
#undef DTRACE_PROBE1
|
||||
#define DTRACE_PROBE1(a, b, c) ((void)0)
|
||||
|
|
Loading…
Reference in New Issue