summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2015-05-11 08:33:49 +0000
committeravg <avg@FreeBSD.org>2015-05-11 08:33:49 +0000
commit87689acc05fbd61df48e9f7530361e1619e18164 (patch)
tree317979bed1acaf4964b7f7094853b5a417e61066
parent9807f933b72678fef0e6dc4120453db844478f85 (diff)
downloadFreeBSD-src-87689acc05fbd61df48e9f7530361e1619e18164.zip
FreeBSD-src-87689acc05fbd61df48e9f7530361e1619e18164.tar.gz
MFC r282122: nvpair_type_is_array: DATA_TYPE_INT8_ARRAY was not recognized
-rw-r--r--sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c b/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c
index 53ed5f2..cd6af4e 100644
--- a/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c
+++ b/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c
@@ -1227,6 +1227,7 @@ nvpair_type_is_array(nvpair_t *nvp)
data_type_t type = NVP_TYPE(nvp);
if ((type == DATA_TYPE_BYTE_ARRAY) ||
+ (type == DATA_TYPE_INT8_ARRAY) ||
(type == DATA_TYPE_UINT8_ARRAY) ||
(type == DATA_TYPE_INT16_ARRAY) ||
(type == DATA_TYPE_UINT16_ARRAY) ||
OpenPOWER on IntegriCloud