summaryrefslogtreecommitdiffstats
path: root/include/sys/nvpair.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/nvpair.h')
-rw-r--r--include/sys/nvpair.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/nvpair.h b/include/sys/nvpair.h
index a840c4b05..ad881854e 100644
--- a/include/sys/nvpair.h
+++ b/include/sys/nvpair.h
@@ -20,7 +20,7 @@
*/
/*
* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2017 by Delphix. All rights reserved.
*/
#ifndef _SYS_NVPAIR_H
@@ -35,6 +35,7 @@ extern "C" {
#endif
typedef enum {
+ DATA_TYPE_DONTCARE = -1,
DATA_TYPE_UNKNOWN = 0,
DATA_TYPE_BOOLEAN,
DATA_TYPE_BYTE,