diff options
Diffstat (limited to 'sys/netinet/ip6.h')
-rw-r--r-- | sys/netinet/ip6.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 72a339a5e01..08e9db5605b 100644 --- a/sys/netinet/ip6.h +++ b/sys/netinet/ip6.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ip6.h,v 1.5 2000/07/12 16:41:31 itojun Exp $ */ -/* $KAME: ip6.h,v 1.7 2000/03/25 07:23:36 sumikawa Exp $ */ +/* $OpenBSD: ip6.h,v 1.6 2000/10/10 15:53:08 itojun Exp $ */ +/* $KAME: ip6.h,v 1.14 2000/10/09 01:04:09 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -117,8 +117,8 @@ struct ip6_hdr { */ struct ip6_ext { - u_char ip6e_nxt; - u_char ip6e_len; + u_int8_t ip6e_nxt; + u_int8_t ip6e_len; }; /* Hop-by-Hop options header */ |