Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Remove netinet6/ipsec.h.



details:   https://anonhg.NetBSD.org/src/rev/d7ae0dd1d792
branches:  trunk
changeset: 433302:d7ae0dd1d792
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Sep 06 19:07:13 2018 +0000

description:
Remove netinet6/ipsec.h.

diffstat:

 distrib/sets/lists/comp/mi |   4 ++--
 sys/netinet6/Makefile      |   3 +--
 sys/netinet6/ipsec.h       |  34 ----------------------------------
 3 files changed, 3 insertions(+), 38 deletions(-)

diffs (72 lines):

diff -r e934488d86c2 -r d7ae0dd1d792 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu Sep 06 14:08:24 2018 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Sep 06 19:07:13 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2226 2018/09/06 06:41:59 maxv Exp $
+#      $NetBSD: mi,v 1.2227 2018/09/06 19:07:13 maxv Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -2453,7 +2453,7 @@
 ./usr/include/netinet6/ip6_var.h               comp-c-include
 ./usr/include/netinet6/ip6protosw.h            comp-c-include
 ./usr/include/netinet6/ipcomp.h                        comp-obsolete           obsolete
-./usr/include/netinet6/ipsec.h                 comp-c-include
+./usr/include/netinet6/ipsec.h                 comp-obsolete           obsolete
 ./usr/include/netinet6/mld6_var.h              comp-c-include
 ./usr/include/netinet6/nd6.h                   comp-c-include
 ./usr/include/netinet6/pim6.h                  comp-c-include
diff -r e934488d86c2 -r d7ae0dd1d792 sys/netinet6/Makefile
--- a/sys/netinet6/Makefile     Thu Sep 06 14:08:24 2018 +0000
+++ b/sys/netinet6/Makefile     Thu Sep 06 19:07:13 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2017/02/16 08:12:44 knakahara Exp $
+#      $NetBSD: Makefile,v 1.10 2018/09/06 19:07:13 maxv Exp $
 
 INCSDIR= /usr/include/netinet6
 
@@ -6,6 +6,5 @@
        in6_var.h ip6_mroute.h ip6_var.h ip6protosw.h \
        mld6_var.h nd6.h pim6.h pim6_var.h \
        raw_ip6.h udp6.h udp6_var.h
-INCS+= ipsec.h
 
 .include <bsd.kinc.mk>
diff -r e934488d86c2 -r d7ae0dd1d792 sys/netinet6/ipsec.h
--- a/sys/netinet6/ipsec.h      Thu Sep 06 14:08:24 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-/*     $NetBSD: ipsec.h,v 1.54 2012/03/22 20:34:41 drochner Exp $      */
-/*     $KAME: ipsec.h,v 1.51 2001/08/05 04:52:58 itojun Exp $  */
-
-/*
- * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the project nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */
-
-/* this file exists for userland API compatibility only */
-#include <netipsec/ipsec.h>



Home | Main Index | Thread Index | Old Index