diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-10-10 15:53:10 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-10-10 15:53:10 +0000 |
commit | 487cf6db6ded383fcbd713f6bb893a13c4e21376 (patch) | |
tree | 3cb90a5e12a47c488e7c8be78a8a25438a3f4613 /sys/netinet/ip6.h | |
parent | 32180c77f9e53db55782c1c3db409c2212983aee (diff) |
little bit of sync with kame ($KAME, s/u_char/u_int8_t/)
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 */ |