aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:59 +0000
commit32e86a82f54826f14ea381affa6674db3aa3b5ae (patch)
treea101eaa8ce067e6f1f7290d8e2cfc41af62511b1 /sbin/camcontrol
parenta6fe717c2a876105123214c05176cd74106fb94b (diff)
downloadsrc-32e86a82f54826f14ea381affa6674db3aa3b5ae.tar.gz
src-32e86a82f54826f14ea381affa6674db3aa3b5ae.zip
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r--sbin/camcontrol/depop.c1
-rw-r--r--sbin/camcontrol/fwdownload.c1
-rw-r--r--sbin/camcontrol/timestamp.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sbin/camcontrol/depop.c b/sbin/camcontrol/depop.c
index 3be67650cdae..4aff0284abe1 100644
--- a/sbin/camcontrol/depop.c
+++ b/sbin/camcontrol/depop.c
@@ -50,7 +50,6 @@
* 'depop' provides a wrapper around all these functions.
*/
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <err.h>
diff --git a/sbin/camcontrol/fwdownload.c b/sbin/camcontrol/fwdownload.c
index 25b98c804e3e..2ab18c93392b 100644
--- a/sbin/camcontrol/fwdownload.c
+++ b/sbin/camcontrol/fwdownload.c
@@ -49,7 +49,6 @@
* specified device.
*/
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/sbin/camcontrol/timestamp.c b/sbin/camcontrol/timestamp.c
index 403c126c95d9..3130dec188dc 100644
--- a/sbin/camcontrol/timestamp.c
+++ b/sbin/camcontrol/timestamp.c
@@ -35,7 +35,6 @@
* SCSI tape drive timestamp support
*/
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <assert.h>