diff options
author | 2018-05-28 08:53:35 +0000 | |
---|---|---|
committer | 2018-05-28 08:53:35 +0000 | |
commit | dc5cb274d08c36b6d9b4c4d8df5ee75a6350222d (patch) | |
tree | 79c869ea3cc04a4184143d47252d86566208adef | |
parent | Get MAC address from "local-mac-address" property if provided. (diff) | |
download | wireguard-openbsd-dc5cb274d08c36b6d9b4c4d8df5ee75a6350222d.tar.xz wireguard-openbsd-dc5cb274d08c36b6d9b4c4d8df5ee75a6350222d.zip |
Remove unused <sys/param.h>
OK sthen mpi
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 |
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> |