-/* $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>
-/* $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>
-/* $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>
*
* 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>
-/* $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 $ */
/*-
* netstat
*/
-#include <sys/param.h> /* MSIZE */
#include <sys/signal.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
-/* $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
#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>
-/* $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>
#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>
#include <stdlib.h>
#include <string.h>
-#include <netinet/ip.h>
-#include <netinet/ip6.h>
#include "privsep.h"
#include "pfctl_parser.h"
-/* $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
* 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>
-/* $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
* 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>
-/* $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>