summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2018-05-28 08:53:35 +0000
committerkn <kn@openbsd.org>2018-05-28 08:53:35 +0000
commitdc5cb274d08c36b6d9b4c4d8df5ee75a6350222d (patch)
tree79c869ea3cc04a4184143d47252d86566208adef
parentGet MAC address from "local-mac-address" property if provided. (diff)
downloadwireguard-openbsd-dc5cb274d08c36b6d9b4c4d8df5ee75a6350222d.tar.xz
wireguard-openbsd-dc5cb274d08c36b6d9b4c4d8df5ee75a6350222d.zip
Remove unused <sys/param.h>
OK sthen mpi
-rw-r--r--sbin/ifconfig/ifconfig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 586830b626e..b7413832a9a 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifconfig.c,v 1.366 2018/05/12 02:02:34 ccardenas Exp $ */
+/* $OpenBSD: ifconfig.c,v 1.367 2018/05/28 08:53:35 kn Exp $ */
/* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */
/*
@@ -60,7 +60,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h> /* NBBY isset */
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>