Readd removed hunk

This commit is contained in:
Brian Behlendorf 2008-12-19 09:39:17 -08:00
parent 229aba2943
commit dbc567603d
1 changed files with 5 additions and 0 deletions

View File

@ -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)