sys/select.h is not needed, if howmany/NBBY are needed they will arrive
authorderaadt <deraadt@openbsd.org>
Sun, 5 Dec 2021 22:36:19 +0000 (22:36 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 5 Dec 2021 22:36:19 +0000 (22:36 +0000)
via netinet/in.h and sys/time.h, which I must say surprises me a bit

usr.bin/netstat/inet.c
usr.bin/netstat/mroute6.c
usr.bin/netstat/net80211.c
usr.bin/netstat/route.c

index d85bf67..98994cb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: inet.c,v 1.172 2021/11/21 16:17:48 mvs Exp $  */
+/*     $OpenBSD: inet.c,v 1.173 2021/12/05 22:36:19 deraadt Exp $      */
 /*     $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $        */
 
 /*
@@ -31,7 +31,6 @@
  */
 
 #include <sys/queue.h>
-#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/domain.h>
index b3bbe64..4807d89 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mroute6.c,v 1.24 2018/06/04 19:20:12 kn Exp $ */
+/*     $OpenBSD: mroute6.c,v 1.25 2021/12/05 22:36:19 deraadt Exp $    */
 
 /*
  * Copyright (C) 1998 WIDE Project.
@@ -65,7 +65,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>
 
index 13c62c6..de136e4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: net80211.c,v 1.19 2019/06/28 13:35:02 deraadt Exp $   */
+/*     $OpenBSD: net80211.c,v 1.20 2021/12/05 22:36:19 deraadt Exp $   */
 
 /*
  * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org>
@@ -17,7 +17,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/select.h>                /* howmany() NBBY */
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 
index dc3a8ca..0dbb248 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: route.c,v 1.107 2021/03/17 09:03:51 claudio Exp $     */
+/*     $OpenBSD: route.c,v 1.108 2021/12/05 22:36:19 deraadt Exp $     */
 /*     $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $       */
 
 /*
@@ -32,7 +32,6 @@
 
 #include <sys/types.h>
 #include <sys/protosw.h>
-#include <sys/select.h>
 #include <sys/socket.h>
 
 #include <net/if.h>