diff options
author | 2001-03-02 04:55:12 +0000 | |
---|---|---|
committer | 2001-03-02 04:55:12 +0000 | |
commit | 37cb07ee104ddfa2b4aa1a14c26064a509e69326 (patch) | |
tree | 4074d233739ae0543c9ebc1828cb3ec279ad38bd | |
parent | Fix isp_print_qentry to print all four lines- it's been broken for months. (diff) | |
download | wireguard-openbsd-37cb07ee104ddfa2b4aa1a14c26064a509e69326.tar.xz wireguard-openbsd-37cb07ee104ddfa2b4aa1a14c26064a509e69326.zip |
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
-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: |