diff options
author | eschrock <none@none> | 2006-01-30 18:23:00 -0800 |
---|---|---|
committer | eschrock <none@none> | 2006-01-30 18:23:00 -0800 |
commit | 46a2abf27af40eda17a3f97e79eda1aef4e3c3c8 (patch) | |
tree | b740312752619df7c8e7a2e88b920b39097674fc /usr/src/lib/libzfs/common/libzfs.h | |
parent | 830363f48daa3fd97860418f205ea3097972757d (diff) | |
download | illumos-joyent-46a2abf27af40eda17a3f97e79eda1aef4e3c3c8.tar.gz |
6343802 zpool(1M) should make better use of libdiskmgt
6354197 setting env variable NOINUSE_CHECK causes zpool to core dump
6364275 internal error: disk configuration error 19 at line 518 of file zpool_vdev.c
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs.h')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs.h b/usr/src/lib/libzfs/common/libzfs.h index 63e394c376..7da0a674e0 100644 --- a/usr/src/lib/libzfs/common/libzfs.h +++ b/usr/src/lib/libzfs/common/libzfs.h @@ -261,8 +261,7 @@ extern int zfs_remove_link(zfs_handle_t *); /* * Given a device or file, determine if it is part of a pool. */ -extern int zpool_in_use(int fd, char **state, - char **name); +extern int zpool_in_use(int fd, pool_state_t *state, char **name); /* * ftyp special. Read the label from a given device. |