diff options
author | gw25295 <none@none> | 2008-04-14 18:42:33 -0700 |
---|---|---|
committer | gw25295 <none@none> | 2008-04-14 18:42:33 -0700 |
commit | 5da9ad7bc7967714b6c6e02dcfe8e6f7cc2d6098 (patch) | |
tree | cefbc5d8b06451573dc7f2eba2454e18f03b87c4 | |
parent | 8fea755a86ff6c596183a4366bfbd59f1bfdfe55 (diff) | |
download | illumos-gate-5da9ad7bc7967714b6c6e02dcfe8e6f7cc2d6098.tar.gz |
6662212 libzfs should have a #define for VERIFY to assist backporting
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_impl.h b/usr/src/lib/libzfs/common/libzfs_impl.h index 4c9d9ced17..f0fe2475b9 100644 --- a/usr/src/lib/libzfs/common/libzfs_impl.h +++ b/usr/src/lib/libzfs/common/libzfs_impl.h @@ -44,6 +44,11 @@ extern "C" { #endif +#ifdef VERIFY +#undef VERIFY +#endif +#define VERIFY verify + struct libzfs_handle { int libzfs_error; int libzfs_fd; |