diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 16:45:17 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-28 16:45:17 +0000 |
commit | 790854fc3969b4dc1105915a4009f802424b68fb (patch) | |
tree | 9b30fd816d14a1b1d42275a3bab27642c53640fc /sys | |
parent | 811f86757c475318d1797df83c9d2ec239db219c (diff) |
no need for a lot of code to include proc.h
Diffstat (limited to 'sys')
35 files changed, 35 insertions, 71 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 6ee536f7ed9..161a7f76a86 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.254 2013/03/28 12:06:55 mpi Exp $ */ +/* $OpenBSD: if.c,v 1.255 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -73,7 +73,6 @@ #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/pool.h> -#include <sys/proc.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/protosw.h> diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 04751e17f38..0a778f22a02 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bridge.c,v 1.207 2013/03/26 13:19:25 mpi Exp $ */ +/* $OpenBSD: if_bridge.c,v 1.208 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -38,7 +38,6 @@ #include "vlan.h" #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 3782982050c..909d063f8a2 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gre.c,v 1.60 2013/03/28 00:32:11 bluhm Exp $ */ +/* $OpenBSD: if_gre.c,v 1.61 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -45,7 +45,6 @@ #include "pf.h" #include <sys/param.h> -#include <sys/proc.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/sockio.h> diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c index fd8bdb5c334..db407f846b5 100644 --- a/sys/net/if_mpe.c +++ b/sys/net/if_mpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mpe.c,v 1.28 2013/03/26 13:19:25 mpi Exp $ */ +/* $OpenBSD: if_mpe.c,v 1.29 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -20,7 +20,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/proc.h> #include <sys/socket.h> #include <sys/sockio.h> #include <sys/ioctl.h> diff --git a/sys/net/if_pflow.c b/sys/net/if_pflow.c index ef70b10bc87..91f995c9d05 100644 --- a/sys/net/if_pflow.c +++ b/sys/net/if_pflow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflow.c,v 1.25 2013/03/26 13:19:25 mpi Exp $ */ +/* $OpenBSD: if_pflow.c,v 1.26 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2011 Florian Obser <florian@narrans.de> @@ -27,7 +27,6 @@ #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/kernel.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <dev/rndvar.h> diff --git a/sys/net/if_pfsync.c b/sys/net/if_pfsync.c index ded05e0602c..fdbc6655bd8 100644 --- a/sys/net/if_pfsync.c +++ b/sys/net/if_pfsync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pfsync.c,v 1.196 2013/03/26 13:19:26 mpi Exp $ */ +/* $OpenBSD: if_pfsync.c,v 1.197 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff @@ -43,7 +43,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/time.h> #include <sys/malloc.h> diff --git a/sys/net/if_pppoe.c b/sys/net/if_pppoe.c index 6bb8c5546cf..170b6858590 100644 --- a/sys/net/if_pppoe.c +++ b/sys/net/if_pppoe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pppoe.c,v 1.35 2012/04/11 17:42:53 mikeb Exp $ */ +/* $OpenBSD: if_pppoe.c,v 1.36 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: if_pppoe.c,v 1.51 2003/11/28 08:56:48 keihan Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/syslog.h> -#include <sys/proc.h> #include <sys/ioctl.h> #include <net/if.h> #include <net/if_types.h> diff --git a/sys/net/if_pppx.c b/sys/net/if_pppx.c index 44cca8d4ee7..29ab677dd71 100644 --- a/sys/net/if_pppx.c +++ b/sys/net/if_pppx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pppx.c,v 1.16 2013/02/06 22:58:18 sthen Exp $ */ +/* $OpenBSD: if_pppx.c,v 1.17 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2010 Claudio Jeker <claudio@openbsd.org> @@ -48,7 +48,6 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/device.h> -#include <sys/proc.h> #include <sys/conf.h> #include <sys/queue.h> #include <sys/rwlock.h> diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c index d7e99e15c2a..02f0f081097 100644 --- a/sys/net/if_sl.c +++ b/sys/net/if_sl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sl.c,v 1.45 2013/01/17 21:22:54 deraadt Exp $ */ +/* $OpenBSD: if_sl.c,v 1.46 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: if_sl.c,v 1.39.4.1 1996/06/02 16:26:31 thorpej Exp $ */ /* @@ -63,7 +63,6 @@ #include "bpfilter.h" #include <sys/param.h> -#include <sys/proc.h> #include <sys/mbuf.h> #include <sys/dkstat.h> #include <sys/socket.h> diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 91a365262c4..d6a2dc2b136 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_spppsubr.c,v 1.99 2012/11/23 20:12:03 sthen Exp $ */ +/* $OpenBSD: if_spppsubr.c,v 1.100 2013/03/28 16:45:16 tedu Exp $ */ /* * Synchronous PPP/Cisco link level subroutines. * Keepalive protocol implemented in both Cisco and PPP modes. @@ -43,7 +43,6 @@ #include <sys/kernel.h> #include <sys/sockio.h> #include <sys/socket.h> -#include <sys/proc.h> #include <sys/syslog.h> #include <sys/malloc.h> #include <sys/mbuf.h> diff --git a/sys/net/if_trunk.c b/sys/net/if_trunk.c index eb86b2fc0c7..cc1f277470f 100644 --- a/sys/net/if_trunk.c +++ b/sys/net/if_trunk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_trunk.c,v 1.79 2013/02/25 22:00:46 dlg Exp $ */ +/* $OpenBSD: if_trunk.c,v 1.80 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -27,7 +27,7 @@ #include <sys/socket.h> #include <sys/sockio.h> #include <sys/systm.h> -#include <sys/proc.h> +#include <sys/timeout.h> #include <sys/hash.h> #include <dev/rndvar.h> diff --git a/sys/net/if_vether.c b/sys/net/if_vether.c index 4c7604c9f9a..3792065a6ff 100644 --- a/sys/net/if_vether.c +++ b/sys/net/if_vether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vether.c,v 1.17 2013/03/26 13:19:26 mpi Exp $ */ +/* $OpenBSD: if_vether.c,v 1.18 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2009 Theo de Raadt @@ -19,7 +19,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/proc.h> #include <sys/socket.h> #include <sys/sockio.h> #include <sys/ioctl.h> diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index c0595c6cf59..f58bb7ae389 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.93 2012/09/30 12:11:50 claudio Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.94 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -57,7 +57,6 @@ #include <sys/socket.h> #include <sys/sockio.h> #include <sys/systm.h> -#include <sys/proc.h> #include "bpfilter.h" #if NBPFILTER > 0 diff --git a/sys/net/pf_ioctl.c b/sys/net/pf_ioctl.c index db88c8d3740..e9abe694e62 100644 --- a/sys/net/pf_ioctl.c +++ b/sys/net/pf_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_ioctl.c,v 1.258 2013/03/27 13:32:28 mcbride Exp $ */ +/* $OpenBSD: pf_ioctl.c,v 1.259 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -49,7 +49,6 @@ #include <sys/time.h> #include <sys/timeout.h> #include <sys/pool.h> -#include <sys/proc.h> #include <sys/malloc.h> #include <sys/kthread.h> #include <sys/rwlock.h> diff --git a/sys/net/pf_lb.c b/sys/net/pf_lb.c index d129a54eaf6..303ebc601fd 100644 --- a/sys/net/pf_lb.c +++ b/sys/net/pf_lb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_lb.c,v 1.24 2012/12/29 14:59:52 markus Exp $ */ +/* $OpenBSD: pf_lb.c,v 1.25 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -49,7 +49,6 @@ #include <sys/kernel.h> #include <sys/time.h> #include <sys/pool.h> -#include <sys/proc.h> #include <sys/rwlock.h> #include <sys/syslog.h> #include <sys/stdint.h> diff --git a/sys/net/pipex.c b/sys/net/pipex.c index f3b1e22fe1d..3cd5a7d80b2 100644 --- a/sys/net/pipex.c +++ b/sys/net/pipex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipex.c,v 1.38 2013/02/13 22:10:38 yasuoka Exp $ */ +/* $OpenBSD: pipex.c,v 1.39 2013/03/28 16:45:16 tedu Exp $ */ /*- * Copyright (c) 2009 Internet Initiative Japan Inc. @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/net/route.c b/sys/net/route.c index 2ab5ae2fdc1..0c4e1b2aa9b 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.142 2013/03/07 09:03:16 mpi Exp $ */ +/* $OpenBSD: route.c,v 1.143 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */ /* @@ -103,7 +103,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/socketvar.h> diff --git a/sys/netinet/if_atm.c b/sys/netinet/if_atm.c index 8c68e6dd142..ac3fbf89363 100644 --- a/sys/netinet/if_atm.c +++ b/sys/netinet/if_atm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atm.c,v 1.17 2011/07/05 21:40:38 dhill Exp $ */ +/* $OpenBSD: if_atm.c,v 1.18 2013/03/28 16:45:16 tedu Exp $ */ /* * @@ -48,7 +48,6 @@ #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/syslog.h> -#include <sys/proc.h> #include <net/if.h> #include <net/if_dl.h> diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index d1d849be42b..a892ea42a87 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.c,v 1.99 2013/03/28 00:32:11 bluhm Exp $ */ +/* $OpenBSD: if_ether.c,v 1.100 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */ /* @@ -49,7 +49,6 @@ #include <sys/socket.h> #include <sys/kernel.h> #include <sys/syslog.h> -#include <sys/proc.h> #include <net/if.h> #include <net/if_dl.h> @@ -105,7 +104,6 @@ struct ifnet *revarp_ifp; #endif /* NFSCLIENT */ #ifdef DDB -#include <uvm/uvm_extern.h> void db_print_sa(struct sockaddr *); void db_print_ifa(struct ifaddr *); diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index ebd27775b2c..b823118e482 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_carp.c,v 1.201 2013/03/26 13:19:26 mpi Exp $ */ +/* $OpenBSD: ip_carp.c,v 1.202 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff. All rights reserved. @@ -37,7 +37,6 @@ #include "ether.h" #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/socket.h> diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index 1980d8e213a..fdb8fa86aee 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_divert.c,v 1.10 2012/10/21 13:06:03 benno Exp $ */ +/* $OpenBSD: ip_divert.c,v 1.11 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -22,7 +22,6 @@ #include <sys/protosw.h> #include <sys/socket.h> #include <sys/socketvar.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <net/if.h> diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 7c7aa4924e2..b99460f2523 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_input.c,v 1.204 2013/03/28 12:06:55 mpi Exp $ */ +/* $OpenBSD: ip_input.c,v 1.205 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/syslog.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/pool.h> diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 2a32b430171..ed927bfda3a 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_mroute.c,v 1.59 2011/04/04 17:44:43 henning Exp $ */ +/* $OpenBSD: ip_mroute.c,v 1.60 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: ip_mroute.c,v 1.85 2004/04/26 01:31:57 matt Exp $ */ /* @@ -72,8 +72,6 @@ #include <sys/kernel.h> #include <sys/ioctl.h> #include <sys/syslog.h> -#include <sys/proc.h> -#include <sys/sysctl.h> #include <sys/timeout.h> #include <net/if.h> diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index 0a2b1da7597..c5e0c104ad6 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.108 2012/09/26 14:53:23 markus Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.109 2013/03/28 16:45:16 tedu Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -42,7 +42,6 @@ #include <sys/protosw.h> #include <sys/mbuf.h> #include <sys/socket.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/kernel.h> diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 7f4c0e53900..e517f5dbc2e 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_subr.c,v 1.114 2012/12/28 17:52:06 gsoares Exp $ */ +/* $OpenBSD: tcp_subr.c,v 1.115 2013/03/28 16:45:16 tedu Exp $ */ /* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */ /* @@ -70,7 +70,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/socketvar.h> diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 30c3651a876..18ac530a8b2 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.c,v 1.122 2013/03/25 14:40:56 mpi Exp $ */ +/* $OpenBSD: icmp6.c,v 1.123 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */ /* @@ -2809,7 +2809,6 @@ icmp6_redirect_timeout(struct rtentry *rt, struct rttimer *r) } #include <uvm/uvm_extern.h> -#include <sys/proc.h> #include <sys/sysctl.h> int *icmpv6ctl_vars[ICMPV6CTL_MAXID] = ICMPV6CTL_VARS; diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 3648372103f..e2ae2fc5482 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.c,v 1.109 2013/03/25 14:40:57 mpi Exp $ */ +/* $OpenBSD: in6.c,v 1.110 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: in6.c,v 1.372 2004/06/14 08:14:21 itojun Exp $ */ /* @@ -72,7 +72,6 @@ #include <sys/socketvar.h> #include <sys/sockio.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/time.h> #include <sys/kernel.h> #include <sys/syslog.h> diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index 22c130cf21b..695bd8c60ad 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_pcb.c,v 1.52 2013/03/25 14:40:57 mpi Exp $ */ +/* $OpenBSD: in6_pcb.c,v 1.53 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -109,7 +109,6 @@ #include <sys/socketvar.h> #include <sys/errno.h> #include <sys/time.h> -#include <sys/proc.h> #include <net/if.h> #include <net/route.h> diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index 69329f23e16..e604e902001 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_src.c,v 1.30 2013/03/28 00:32:11 bluhm Exp $ */ +/* $OpenBSD: in6_src.c,v 1.31 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */ /* @@ -71,7 +71,6 @@ #include <sys/ioctl.h> #include <sys/errno.h> #include <sys/time.h> -#include <sys/proc.h> #include <net/if.h> #include <net/route.h> diff --git a/sys/netinet6/ip6_divert.c b/sys/netinet6/ip6_divert.c index c985cdfec1d..328351ab8c9 100644 --- a/sys/netinet6/ip6_divert.c +++ b/sys/netinet6/ip6_divert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_divert.c,v 1.8 2012/11/06 12:32:42 henning Exp $ */ +/* $OpenBSD: ip6_divert.c,v 1.9 2013/03/28 16:45:16 tedu Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -22,7 +22,6 @@ #include <sys/protosw.h> #include <sys/socket.h> #include <sys/socketvar.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <net/if.h> diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 27a92bf94d3..081f3e45350 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_input.c,v 1.109 2013/03/26 13:19:26 mpi Exp $ */ +/* $OpenBSD: ip6_input.c,v 1.110 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -76,7 +76,6 @@ #include <sys/time.h> #include <sys/kernel.h> #include <sys/syslog.h> -#include <sys/proc.h> #include <net/if.h> #include <net/if_types.h> diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index 35f50677523..0285515eceb 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -93,7 +93,6 @@ #include <sys/kernel.h> #include <sys/ioctl.h> #include <sys/syslog.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <net/if.h> diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index e74556151f1..fe6ca807ab8 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.136 2013/03/28 00:32:11 bluhm Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.137 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -71,7 +71,6 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/systm.h> -#include <sys/proc.h> #include <net/if.h> #include <net/if_enc.h> diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index c5b6f394514..0a2559a6d69 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: raw_ip6.c,v 1.48 2013/03/28 00:32:11 bluhm Exp $ */ +/* $OpenBSD: raw_ip6.c,v 1.49 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: raw_ip6.c,v 1.69 2001/03/04 15:55:44 itojun Exp $ */ /* @@ -69,7 +69,6 @@ #include <sys/socketvar.h> #include <sys/errno.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <net/if.h> diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index f5420d331f5..3765321dd5f 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp6_output.c,v 1.18 2013/03/14 11:18:37 mpi Exp $ */ +/* $OpenBSD: udp6_output.c,v 1.19 2013/03/28 16:45:16 tedu Exp $ */ /* $KAME: udp6_output.c,v 1.21 2001/02/07 11:51:54 itojun Exp $ */ /* @@ -70,7 +70,6 @@ #include <sys/errno.h> #include <sys/stat.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/syslog.h> #include <net/if.h> |