Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 04:13:43 +0000 (04:13 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 04:13:43 +0000 (04:13 +0000)
ok deraadt@

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

index 48659c9..9e0e0a6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: inet.c,v 1.149 2016/08/13 17:51:25 krw Exp $  */
+/*     $OpenBSD: inet.c,v 1.150 2016/08/27 04:13:43 guenther Exp $     */
 /*     $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $        */
 
 /*
@@ -31,6 +31,7 @@
  */
 
 #include <sys/queue.h>
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/domain.h>
index 47a53a8..7a85cc6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mroute6.c,v 1.20 2015/02/13 13:28:17 dcoppa Exp $     */
+/*     $OpenBSD: mroute6.c,v 1.21 2016/08/27 04:13:43 guenther Exp $   */
 
 /*
  * Copyright (C) 1998 WIDE Project.
@@ -65,6 +65,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>
 
index f1219ff..465cbde 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: net80211.c,v 1.16 2016/06/05 17:11:42 stsp Exp $      */
+/*     $OpenBSD: net80211.c,v 1.17 2016/08/27 04:13:43 guenther Exp $  */
 
 /*
  * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org>
@@ -18,6 +18,7 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/file.h>
 #include <sys/ioctl.h>
index b2f0fe1..41bc572 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: route.c,v 1.99 2015/12/03 15:42:07 mpi Exp $  */
+/*     $OpenBSD: route.c,v 1.100 2016/08/27 04:13:43 guenther Exp $    */
 /*     $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $       */
 
 /*
@@ -32,6 +32,7 @@
 
 #include <sys/types.h>
 #include <sys/protosw.h>
+#include <sys/select.h>
 #include <sys/socket.h>
 
 #include <net/if.h>