Adjust <sys/param.h> comments regarding use of use of MSIZE, or
authorderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:26:57 +0000 (18:26 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:26:57 +0000 (18:26 +0000)
delete <sys/param.h> if now possible
ok guenther

usr.bin/netstat/mbuf.c
usr.bin/netstat/unix.c
usr.bin/systat/mbufs.c
usr.bin/systat/netstat.c
usr.sbin/tcpdump/pf_print_state.c
usr.sbin/tcpdump/pfctl_osfp.c
usr.sbin/tcpdump/print-enc.c
usr.sbin/tcpdump/print-pflog.c
usr.sbin/tcpdump/privsep.c

index 5d19182..4916d60 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mbuf.c,v 1.34 2015/01/16 06:40:10 deraadt Exp $       */
+/*     $OpenBSD: mbuf.c,v 1.35 2015/01/20 18:26:57 deraadt Exp $       */
 /*     $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */
 
 /*
  * SUCH DAMAGE.
  */
 
-#include <sys/param.h> /* MSIZE */
-#include <sys/protosw.h>
 #include <sys/socket.h>
 #include <sys/mbuf.h>
+#include <sys/protosw.h>
 #include <sys/pool.h>
 #include <sys/sysctl.h>
 #include <net/if.h>
index c422a30..27ed281 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: unix.c,v 1.24 2015/01/16 06:40:10 deraadt Exp $       */
+/*     $OpenBSD: unix.c,v 1.25 2015/01/20 18:26:57 deraadt Exp $       */
 /*     $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $        */
 
 /*-
 /*
  * Display protocol blocks in the unix domain.
  */
-#include <sys/param.h> /* MSIZE */
-#include <sys/protosw.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
+#include <sys/protosw.h>
 #include <sys/mbuf.h>
 #include <sys/sysctl.h>
 #include <sys/un.h>
index e9b2fe3..723cac8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mbufs.c,v 1.38 2015/01/16 00:03:37 deraadt Exp $ */
+/*     $OpenBSD: mbufs.c,v 1.39 2015/01/20 18:26:57 deraadt Exp $ */
 /*
  * Copyright (c) 2008 Can Erkin Acar <canacar@openbsd.org>
  *
@@ -15,7 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/param.h> /* MSIZE */
 #include <sys/signal.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>
index e40bc18..6c418ee 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: netstat.c,v 1.43 2015/01/16 00:03:37 deraadt Exp $    */
+/*     $OpenBSD: netstat.c,v 1.44 2015/01/20 18:26:57 deraadt Exp $    */
 /*     $NetBSD: netstat.c,v 1.3 1995/06/18 23:53:07 cgd Exp $  */
 
 /*-
@@ -34,7 +34,6 @@
  * netstat
  */
 
-#include <sys/param.h> /* MSIZE */
 #include <sys/signal.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
index c6971fc..fb1e978 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pf_print_state.c,v 1.11 2012/07/08 17:48:37 lteo Exp $        */
+/*     $OpenBSD: pf_print_state.c,v 1.12 2015/01/20 18:26:58 deraadt Exp $     */
 
 /*
  * Copyright (c) 2001 Daniel Hartmeier
@@ -34,6 +34,7 @@
 #include <sys/socket.h>
 #include <net/if.h>
 #define TCPSTATES
+#include <netinet/in.h>
 #include <netinet/tcp_fsm.h>
 #include <net/pfvar.h>
 #include <arpa/inet.h>
index ccc7dfb..95a4d9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfctl_osfp.c,v 1.9 2014/08/14 12:44:44 mpi Exp $ */
+/*     $OpenBSD: pfctl_osfp.c,v 1.10 2015/01/20 18:26:58 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003 Mike Frantzen <frantzen@openbsd.org>
@@ -20,6 +20,9 @@
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 
+#include <netinet/in.h>
+#include <netinet/ip.h>
+#include <netinet/ip6.h>
 #include <net/if.h>
 #include <net/pfvar.h>
 
@@ -30,8 +33,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <netinet/ip.h>
-#include <netinet/ip6.h>
 
 #include "privsep.h"
 #include "pfctl_parser.h"
index d2b64e2..a703912 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print-enc.c,v 1.13 2015/01/16 06:40:21 deraadt Exp $  */
+/*     $OpenBSD: print-enc.c,v 1.14 2015/01/20 18:26:58 deraadt Exp $  */
 
 /*
  * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
@@ -21,7 +21,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#include <sys/param.h> /* MSIZE */
+#include <sys/param.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/file.h>
index df7c3d2..3b29501 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print-pflog.c,v 1.26 2015/01/16 06:40:21 deraadt Exp $        */
+/*     $OpenBSD: print-pflog.c,v 1.27 2015/01/20 18:26:58 deraadt Exp $        */
 
 /*
  * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
@@ -21,7 +21,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#include <sys/param.h> /* MSIZE MAXCOMLEN */
+#include <sys/param.h> /* MAXCOMLEN */
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/file.h>
 #endif
 
 struct rtentry;
-#include <net/if.h>
-#include <net/if_pflog.h>
 
 #include <netinet/in.h>
 #include <netinet/ip.h>
-
+#include <net/if.h>
 #include <net/pfvar.h>
+#include <net/if_pflog.h>
 
 #include <arpa/inet.h>
 
index 237af08..da9dfd5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: privsep.c,v 1.31 2015/01/16 06:40:22 deraadt Exp $    */
+/*     $OpenBSD: privsep.c,v 1.32 2015/01/20 18:26:58 deraadt Exp $    */
 
 /*
  * Copyright (c) 2003 Can Erkin Acar
 #include <sys/socket.h>
 #include <sys/wait.h>
 
-#include <net/bpf.h>
-#include <net/if.h>
-#include <net/pfvar.h>
 #include <netinet/in.h>
+#include <net/if.h>
 #include <netinet/if_ether.h>
+#include <net/bpf.h>
+#include <net/pfvar.h>
 
 #include <rpc/rpc.h>