Only needed by ZPL
This commit is contained in:
parent
a7e5f34acb
commit
39184ef9b4
|
@ -23,6 +23,8 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_ZPL
|
||||||
|
|
||||||
#pragma ident "%Z%%M% %I% %E% SMI"
|
#pragma ident "%Z%%M% %I% %E% SMI"
|
||||||
|
|
||||||
#include <sys/refcount.h>
|
#include <sys/refcount.h>
|
||||||
|
@ -247,3 +249,4 @@ rrw_held(rrwlock_t *rrl, krw_t rw)
|
||||||
|
|
||||||
return (held);
|
return (held);
|
||||||
}
|
}
|
||||||
|
#endif /* HAVE_ZPL */
|
||||||
|
|
Loading…
Reference in New Issue