summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-01-22 06:12:16 +0000
committermiod <miod@openbsd.org>2007-01-22 06:12:16 +0000
commit71ba3f0c1cd5e6101e3b0e5facc3f43ce9a2279f (patch)
tree66b775bf5715294b9c21763a6d9a282308fef81b
parentiterate over the endpoints looking for appropriate interface descriptors to (diff)
downloadwireguard-openbsd-71ba3f0c1cd5e6101e3b0e5facc3f43ce9a2279f.tar.xz
wireguard-openbsd-71ba3f0c1cd5e6101e3b0e5facc3f43ce9a2279f.zip
Fix KAME cvsweb urls
-rw-r--r--share/man/man4/inet6.44
-rw-r--r--sys/netinet6/in6.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4
index 0676000c292..6d759570f4e 100644
--- a/share/man/man4/inet6.4
+++ b/share/man/man4/inet6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6.4,v 1.25 2003/08/08 09:51:53 jmc Exp $
+.\" $OpenBSD: inet6.4,v 1.26 2007/01/22 06:12:16 miod Exp $
.\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@ socket, kernel memory accesses via
and some other occasions.
HOWEVER, users should never use the embedded form.
For details please consult
-.Pa http://www.kame.net/dev/cvsweb.cgi/kame/IMPLEMENTATION .
+.Pa http://www.kame.net/dev/cvsweb2.cgi/kame/IMPLEMENTATION .
Note that the above URL describes the situation with the latest KAME tree,
not the
.Ox
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index 7fbaf013f76..c197d236478 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6.h,v 1.43 2006/12/09 01:12:28 itojun Exp $ */
+/* $OpenBSD: in6.h,v 1.44 2007/01/22 06:12:18 miod Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -70,7 +70,7 @@
/*
* Identification of the network protocol stack
- * for *BSD-current/release: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE
+ * for *BSD-current/release: http://www.kame.net/dev/cvsweb2.cgi/kame/COVERAGE
* has the table of implementation/integration differences.
*/
#define __KAME__