diff options
| author | mmusante <none@none> | 2007-03-01 06:09:49 -0800 |
|---|---|---|
| committer | mmusante <none@none> | 2007-03-01 06:09:49 -0800 |
| commit | 46657f8d750bdb71753495ce2919170f126b8e34 (patch) | |
| tree | 37c4c3f3b39f8024dc8d1a42ea0f7a8f9b7b838e /usr/src/lib/libdiskmgt/common/libdiskmgt.h | |
| parent | ed19839e9b6280e7c496bbf23396ad0adb5a6ca7 (diff) | |
| download | illumos-joyent-46657f8d750bdb71753495ce2919170f126b8e34.tar.gz | |
6441384 zpool import action message is not correctly localized
6473418 setting user defined property on full filesystem should report error
6513953 Unable to create global hotspare in ja locale
Diffstat (limited to 'usr/src/lib/libdiskmgt/common/libdiskmgt.h')
| -rw-r--r-- | usr/src/lib/libdiskmgt/common/libdiskmgt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libdiskmgt/common/libdiskmgt.h b/usr/src/lib/libdiskmgt/common/libdiskmgt.h index 7d6fef46d4..67e1b55bef 100644 --- a/usr/src/lib/libdiskmgt/common/libdiskmgt.h +++ b/usr/src/lib/libdiskmgt/common/libdiskmgt.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -48,7 +48,8 @@ typedef enum { DM_WHO_ZPOOL_FORCE, DM_WHO_FORMAT, DM_WHO_SWAP, - DM_WHO_DUMP + DM_WHO_DUMP, + DM_WHO_ZPOOL_SPARE } dm_who_type_t; typedef enum { |
