Date: Thu, 11 Dec 2008 16:26:38 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net raw_cb.h src/sys/netinet in_pcb.h ip_fw2.c ip_fw_nat.c ip_fw_pfil.c ip_var.h tcp_var.h udp_var.h src/sys/netinet6 in6_proto.c in6_var.h ip6_var.h nd6.h tcp6_var.h vinet6.h Message-ID: <200812111627.mBBGR1he041686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2008-12-11 16:26:38 UTC FreeBSD src repository Modified files: sys/net raw_cb.h sys/netinet in_pcb.h ip_fw2.c ip_fw_nat.c ip_fw_pfil.c ip_var.h tcp_var.h udp_var.h sys/netinet6 in6_proto.c in6_var.h ip6_var.h nd6.h tcp6_var.h vinet6.h Log: SVN rev 185937 on 2008-12-11 16:26:38Z by bz Put a global variables, which were virtualized but formerly missed under VIMAGE_GLOBAL. Start putting the extern declarations of the virtualized globals under VIMAGE_GLOBAL as the globals themsevles are already. This will help by the time when we are going to remove the globals entirely. While there garbage collect a few dead externs from ip6_var.h. Sponsored by: The FreeBSD Foundation Revision Changes Path 1.23 +2 -0 src/sys/net/raw_cb.h 1.122 +2 -0 src/sys/netinet/in_pcb.h 1.203 +2 -0 src/sys/netinet/ip_fw2.c 1.9 +1 -2 src/sys/netinet/ip_fw_nat.c 1.31 +2 -0 src/sys/netinet/ip_fw_pfil.c 1.107 +4 -2 src/sys/netinet/ip_var.h 1.168 +4 -1 src/sys/netinet/tcp_var.h 1.34 +5 -2 src/sys/netinet/udp_var.h 1.57 +0 -2 src/sys/netinet6/in6_proto.c 1.33 +2 -0 src/sys/netinet6/in6_var.h 1.46 +6 -7 src/sys/netinet6/ip6_var.h 1.25 +4 -2 src/sys/netinet6/nd6.h 1.9 +2 -0 src/sys/netinet6/tcp6_var.h 1.6 +1 -1 src/sys/netinet6/vinet6.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812111627.mBBGR1he041686>