summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mooney <pmooney@pfmooney.com>2020-05-11 23:26:58 +0000
committerPatrick Mooney <pmooney@pfmooney.com>2020-05-12 00:45:11 +0000
commit868e1ac07011f1f9626a73a411c31ebbdd462e3d (patch)
treee3205dabd026f3f30eda97c27aee293347570e34
parentb237158d576c3f39f35d97c4dd214c07273ddde4 (diff)
downloadillumos-joyent-868e1ac07011f1f9626a73a411c31ebbdd462e3d.tar.gz
12554 want sdev plugin framework (fix header issue)
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r--usr/src/pkg/manifests/system-header.mf1
-rw-r--r--usr/src/uts/common/sys/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-header.mf b/usr/src/pkg/manifests/system-header.mf
index 0a3e045e1a..5098ae075a 100644
--- a/usr/src/pkg/manifests/system-header.mf
+++ b/usr/src/pkg/manifests/system-header.mf
@@ -1026,6 +1026,7 @@ file path=usr/include/sys/fs/pc_label.h
file path=usr/include/sys/fs/pc_node.h
file path=usr/include/sys/fs/pxfs_ki.h
file path=usr/include/sys/fs/sdev_impl.h
+file path=usr/include/sys/fs/sdev_plugin.h
file path=usr/include/sys/fs/snode.h
file path=usr/include/sys/fs/swapnode.h
file path=usr/include/sys/fs/tmp.h
diff --git a/usr/src/uts/common/sys/Makefile b/usr/src/uts/common/sys/Makefile
index 3c24a1e04f..a267953305 100644
--- a/usr/src/uts/common/sys/Makefile
+++ b/usr/src/uts/common/sys/Makefile
@@ -839,6 +839,7 @@ FSHDRS= \
decomp.h \
dv_node.h \
sdev_impl.h \
+ sdev_plugin.h \
fifonode.h \
hsfs_isospec.h \
hsfs_node.h \