summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-12 04:43:30 +0000
committerderaadt <deraadt@openbsd.org>2015-10-12 04:43:30 +0000
commit280b2aa1fa398c74450fa7ca067aa8c6bdd0cc99 (patch)
tree5f0e77f241466979144a47987c8c505f76ffd8fe /usr.sbin/config
parentwith the RPATH enforcement, acpidump(1) don't work anymore... (diff)
downloadwireguard-openbsd-280b2aa1fa398c74450fa7ca067aa8c6bdd0cc99.tar.xz
wireguard-openbsd-280b2aa1fa398c74450fa7ca067aa8c6bdd0cc99.zip
does not need ioctl.h
Diffstat (limited to 'usr.sbin/config')
-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>