Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: Remove unused netipsec/xform.h includes.
details: https://anonhg.NetBSD.org/src/rev/02e0c075ef76
branches: trunk
changeset: 318325:02e0c075ef76
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Apr 18 07:17:49 2018 +0000
description:
Remove unused netipsec/xform.h includes.
diffstat:
sys/netinet/tcp_subr.c | 5 ++---
sys/netinet6/ip6_forward.c | 7 +++----
sys/netinet6/ip6_output.c | 5 ++---
3 files changed, 7 insertions(+), 10 deletions(-)
diffs (80 lines):
diff -r 0b62e684daa8 -r 02e0c075ef76 sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c Wed Apr 18 06:57:39 2018 +0000
+++ b/sys/netinet/tcp_subr.c Wed Apr 18 07:17:49 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcp_subr.c,v 1.277 2018/04/18 06:17:43 maxv Exp $ */
+/* $NetBSD: tcp_subr.c,v 1.278 2018/04/18 07:17:49 maxv Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.277 2018/04/18 06:17:43 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.278 2018/04/18 07:17:49 maxv Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -147,7 +147,6 @@
#ifdef IPSEC
#include <netipsec/ipsec.h>
-#include <netipsec/xform.h>
#ifdef INET6
#include <netipsec/ipsec6.h>
#endif
diff -r 0b62e684daa8 -r 02e0c075ef76 sys/netinet6/ip6_forward.c
--- a/sys/netinet6/ip6_forward.c Wed Apr 18 06:57:39 2018 +0000
+++ b/sys/netinet6/ip6_forward.c Wed Apr 18 07:17:49 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6_forward.c,v 1.92 2018/01/29 08:17:18 maxv Exp $ */
+/* $NetBSD: ip6_forward.c,v 1.93 2018/04/18 07:17:49 maxv Exp $ */
/* $KAME: ip6_forward.c,v 1.109 2002/09/11 08:10:17 sakane Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_forward.c,v 1.92 2018/01/29 08:17:18 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_forward.c,v 1.93 2018/04/18 07:17:49 maxv Exp $");
#ifdef _KERNEL_OPT
#include "opt_gateway.h"
@@ -65,8 +65,7 @@
#include <netipsec/ipsec.h>
#include <netipsec/ipsec6.h>
#include <netipsec/key.h>
-#include <netipsec/xform.h>
-#endif /* IPSEC */
+#endif
#include <net/net_osdep.h>
diff -r 0b62e684daa8 -r 02e0c075ef76 sys/netinet6/ip6_output.c
--- a/sys/netinet6/ip6_output.c Wed Apr 18 06:57:39 2018 +0000
+++ b/sys/netinet6/ip6_output.c Wed Apr 18 07:17:49 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6_output.c,v 1.203 2018/02/27 15:01:30 maxv Exp $ */
+/* $NetBSD: ip6_output.c,v 1.204 2018/04/18 07:17:49 maxv Exp $ */
/* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */
/*
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_output.c,v 1.203 2018/02/27 15:01:30 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_output.c,v 1.204 2018/04/18 07:17:49 maxv Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -104,7 +104,6 @@
#include <netipsec/ipsec.h>
#include <netipsec/ipsec6.h>
#include <netipsec/key.h>
-#include <netipsec/xform.h>
#endif
Home |
Main Index |
Thread Index |
Old Index