Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libipsec add NetBSD RCS ID on the top.
details: https://anonhg.NetBSD.org/src/rev/ff935ff565d7
branches: trunk
changeset: 474341:ff935ff565d7
user: itojun <itojun%NetBSD.org@localhost>
date: Sun Jul 04 01:36:12 1999 +0000
description:
add NetBSD RCS ID on the top.
retain KAME RCS ID where there was one.
diffstat:
lib/libipsec/ipsec_policy.c | 10 +++++++++-
lib/libipsec/ipsec_set_policy.3 | 3 ++-
lib/libipsec/ipsec_strerror.3 | 3 ++-
lib/libipsec/ipsec_strerror.c | 2 ++
lib/libipsec/ipsec_strerror.h | 2 ++
lib/libipsec/pfkey.c | 8 +++++++-
lib/libipsec/pfkey_dump.c | 2 ++
7 files changed, 26 insertions(+), 4 deletions(-)
diffs (102 lines):
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/ipsec_policy.c
--- a/lib/libipsec/ipsec_policy.c Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/ipsec_policy.c Sun Jul 04 01:36:12 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: ipsec_policy.c,v 1.3 1999/07/04 01:36:12 itojun Exp $ */
+
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
@@ -27,8 +29,14 @@
* SUCH DAMAGE.
*/
+#if 0
+static char *rcsid = "@(#) ipsec_policy.c KAME Revision: 1.1.4.8";
+#else
#include <sys/cdefs.h>
-__RCSID("@(#) ipsec_policy.c $Revision: 1.2 $");
+#ifndef lint
+__RCSID("$NetBSD: ipsec_policy.c,v 1.3 1999/07/04 01:36:12 itojun Exp $");
+#endif
+#endif
/*
* The following requests are accepted:
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/ipsec_set_policy.3
--- a/lib/libipsec/ipsec_set_policy.3 Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/ipsec_set_policy.3 Sun Jul 04 01:36:12 1999 +0000
@@ -25,7 +25,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ipsec_set_policy.3,v 1.3 1999/07/04 01:27:19 itojun Exp $
+.\" $NetBSD: ipsec_set_policy.3,v 1.4 1999/07/04 01:36:13 itojun Exp $
+.\" KAME Id: ipsec_set_policy.3,v 1.1.2.6 1999/07/01 06:54:58 sakane Exp
.\"
.Dd May 5, 1998
.Dt IPSEC_SET_POLICY 3
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/ipsec_strerror.3
--- a/lib/libipsec/ipsec_strerror.3 Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/ipsec_strerror.3 Sun Jul 04 01:36:12 1999 +0000
@@ -25,7 +25,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ipsec_strerror.3,v 1.3 1999/07/04 01:27:19 itojun Exp $
+.\" $NetBSD: ipsec_strerror.3,v 1.4 1999/07/04 01:36:13 itojun Exp $
+.\" KAME Id: ipsec_strerror.3,v 1.1.2.1 1999/05/06 09:26:43 itojun Exp
.\"
.Dd May 6, 1998
.Dt IPSEC_STRERROR 3
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/ipsec_strerror.c
--- a/lib/libipsec/ipsec_strerror.c Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/ipsec_strerror.c Sun Jul 04 01:36:12 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: ipsec_strerror.c,v 1.3 1999/07/04 01:36:13 itojun Exp $ */
+
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/ipsec_strerror.h
--- a/lib/libipsec/ipsec_strerror.h Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/ipsec_strerror.h Sun Jul 04 01:36:12 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: ipsec_strerror.h,v 1.3 1999/07/04 01:36:13 itojun Exp $ */
+
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/pfkey.c
--- a/lib/libipsec/pfkey.c Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/pfkey.c Sun Jul 04 01:36:12 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: pfkey.c,v 1.4 1999/07/04 01:36:13 itojun Exp $ */
+
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
@@ -27,9 +29,13 @@
* SUCH DAMAGE.
*/
+#if 0
+static char *rcsid = "@(#) pfkey.c KAME Revision: 1.1.4.11";
+#else
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("@(#) pfkey.c $Revision: 1.3 $");
+__RCSID("$NetBSD: pfkey.c,v 1.4 1999/07/04 01:36:13 itojun Exp $");
+#endif
#endif
#include <sys/types.h>
diff -r 0fa13d3ac804 -r ff935ff565d7 lib/libipsec/pfkey_dump.c
--- a/lib/libipsec/pfkey_dump.c Sun Jul 04 01:27:19 1999 +0000
+++ b/lib/libipsec/pfkey_dump.c Sun Jul 04 01:36:12 1999 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: pfkey_dump.c,v 1.3 1999/07/04 01:36:13 itojun Exp $ */
+
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
Home |
Main Index |
Thread Index |
Old Index