summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 08:42:43 +0000
committermav <mav@FreeBSD.org>2015-10-05 08:42:43 +0000
commit656a5c3136fc090ba861f5eff4af9d4714a019bd (patch)
treea3ecc22b1ba7d4e86c30e92ebd46d0984333ac15 /usr.bin
parent6be41b0877795c801655c0729e4932797b7600b9 (diff)
downloadFreeBSD-src-656a5c3136fc090ba861f5eff4af9d4714a019bd.zip
FreeBSD-src-656a5c3136fc090ba861f5eff4af9d4714a019bd.tar.gz
MFC r286806: Drop "internal" CTL frontend.
Its idea was to be a simple initiator and execute several commands from kernel level, but FreeBSD never had consumer for that functionality, while its implementation polluted many unrelated places.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ctlstat/ctlstat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ctlstat/ctlstat.c b/usr.bin/ctlstat/ctlstat.c
index 3bfb248..f12dd43 100644
--- a/usr.bin/ctlstat/ctlstat.c
+++ b/usr.bin/ctlstat/ctlstat.c
@@ -62,7 +62,6 @@ __FBSDID("$FreeBSD$");
#include <cam/ctl/ctl_io.h>
#include <cam/ctl/ctl_scsi_all.h>
#include <cam/ctl/ctl_util.h>
-#include <cam/ctl/ctl_frontend_internal.h>
#include <cam/ctl/ctl_backend.h>
#include <cam/ctl/ctl_ioctl.h>
OpenPOWER on IntegriCloud