summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_ecn.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6_ecn.h')
-rw-r--r--sys/netinet6/ip6_ecn.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/netinet6/ip6_ecn.h b/sys/netinet6/ip6_ecn.h
index ede21bc..e8dd11f 100644
--- a/sys/netinet6/ip6_ecn.h
+++ b/sys/netinet6/ip6_ecn.h
@@ -1,3 +1,6 @@
+/* $FreeBSD$ */
+/* $KAME: ip_ecn.h,v 1.5 2000/03/27 04:58:38 sumikawa Exp $ */
+
/*
* Copyright (C) 1999 WIDE Project.
* All rights reserved.
@@ -26,8 +29,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ip_ecn.h,v 1.2 1999/08/19 12:57:44 itojun Exp $
- * $FreeBSD$
*/
/*
* ECN consideration on tunnel ingress/egress operation.
@@ -38,6 +39,3 @@
extern void ip6_ecn_ingress __P((int, u_int32_t *, u_int32_t *));
extern void ip6_ecn_egress __P((int, u_int32_t *, u_int32_t *));
#endif
-
-
-
OpenPOWER on IntegriCloud