diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-07-22 19:52:02 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-07-22 19:52:02 +0000 |
commit | 897c6a771e721dddfb370f88c898a864c43778d0 (patch) | |
tree | d772de6daf5d9cee7960794013437511c7b1744a /usr.sbin | |
parent | b112bc31099df5a89f0a8905427b6034e56dc0ef (diff) |
No need for sys/ioctl.h any more
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ifstated/ifstated.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ifstated/ifstated.c b/usr.sbin/ifstated/ifstated.c index ae6e14f75f8..fa98c3178e4 100644 --- a/usr.sbin/ifstated/ifstated.c +++ b/usr.sbin/ifstated/ifstated.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifstated.c,v 1.52 2017/07/21 16:32:18 jca Exp $ */ +/* $OpenBSD: ifstated.c,v 1.53 2017/07/22 19:52:01 jca Exp $ */ /* * Copyright (c) 2004 Marco Pfatschbacher <mpf@openbsd.org> @@ -24,7 +24,6 @@ #include <sys/types.h> #include <sys/time.h> -#include <sys/ioctl.h> #include <sys/socket.h> #include <sys/wait.h> |