summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzpool/common/kernel.c
diff options
context:
space:
mode:
authorDon Brady <don.brady@delphix.com>2020-02-05 14:01:39 -0700
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-02-07 07:51:26 -0700
commitd8ab6e129d75d7c3f21a7909bf811a3de65faea8 (patch)
treee9eef2432a5a3e513cd5d156d0aee1b241dbb529 /usr/src/lib/libzpool/common/kernel.c
parentfdefee4c75361dc5ea202f7e1f7c49f8a27ea043 (diff)
downloadillumos-gate-d8ab6e129d75d7c3f21a7909bf811a3de65faea8.tar.gz
12235 Add libzutil for libzfs or libzpool consumers
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libzpool/common/kernel.c')
-rw-r--r--usr/src/lib/libzpool/common/kernel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libzpool/common/kernel.c b/usr/src/lib/libzpool/common/kernel.c
index 95a1c54622..0d43302861 100644
--- a/usr/src/lib/libzpool/common/kernel.c
+++ b/usr/src/lib/libzpool/common/kernel.c
@@ -21,7 +21,7 @@
/*
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2015 by Delphix. All rights reserved.
- * Copyright (c) 2013, Joyent, Inc. All rights reserved.
+ * Copyright 2020 Joyent, Inc.
* Copyright 2017 RackTop Systems.
*/
@@ -41,7 +41,7 @@
#include <sys/zmod.h>
#include <sys/utsname.h>
#include <sys/systeminfo.h>
-#include <libzfs.h>
+#include <libzutil.h>
#include <sys/crypto/common.h>
#include <sys/crypto/impl.h>
#include <sys/crypto/api.h>