diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-03-02 04:55:13 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-03-02 04:55:13 +0000 |
commit | 43f66ae8b06d1cfe6633559938fc9036c1c72c17 (patch) | |
tree | 00562f7900938992a6ffc6bf97d4cb39a378f11f /sys | |
parent | a1136a5b9d8cd4112a8366092b92a606da9f1712 (diff) |
remove date string from KAME version identification, it is getting meaningless
as we merge random items daily. have comment that refers to kame COVERAGE
document. sync with kame
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/in6.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index a974e6efa73..0c51ee6badc 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,5 +1,5 @@ -/* $OpenBSD: in6.h,v 1.20 2001/02/16 16:38:14 itojun Exp $ */ -/* $KAME: in6.h,v 1.77 2001/02/09 06:17:40 jinmei Exp $ */ +/* $OpenBSD: in6.h,v 1.21 2001/03/02 04:55:12 itojun Exp $ */ +/* $KAME: in6.h,v 1.81 2001/03/02 04:54:45 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -74,9 +74,11 @@ /* * Identification of the network protocol stack + * for *BSD-current/release: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE + * has the table of implementation/integration differences. */ #define __KAME__ -#define __KAME_VERSION "19991208/OpenBSD-current" +#define __KAME_VERSION "OpenBSD-current" /* * Local port number conventions: |