summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-01-22 06:12:19 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-01-22 06:12:19 +0000
commite0fb345327978bc8aeb9ce32093a1922a22168b1 (patch)
tree52213c94d46f30a62f98d72ff61a8f669733ce7b
parent7910ad971712b9823ca54a1b55f24d17023c9c86 (diff)
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__