summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-12 04:43:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-12 04:43:31 +0000
commite6b62dce85dcb43a207a4de2cbcb03ee77aed077 (patch)
tree79873cc1fc35d03c6390cea862c7b1f18e79c413 /usr.sbin
parentcbbddc85b87e5b92c682b35ccc25673be931a099 (diff)
does not need ioctl.h
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/ukc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/config/ukc.c b/usr.sbin/config/ukc.c
index eb7aa5e7ff9..72e2f4b9751 100644
--- a/usr.sbin/config/ukc.c
+++ b/usr.sbin/config/ukc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukc.c,v 1.19 2015/04/23 05:58:14 deraadt Exp $ */
+/* $OpenBSD: ukc.c,v 1.20 2015/10/12 04:43:30 deraadt Exp $ */
/*
* Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
@@ -26,7 +26,6 @@
#include <sys/types.h>
#include <sys/device.h>
-#include <sys/ioctl.h>
#include <err.h>
#include <fcntl.h>