mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-08-21 Marko Myllynen <myllynen@lut.fi> * inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
This commit is contained in:
parent
fb7268b292
commit
959eb65d0d
@ -1,3 +1,7 @@
|
||||
2000-08-21 Marko Myllynen <myllynen@lut.fi>
|
||||
|
||||
* inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
|
||||
|
||||
2000-08-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error
|
||||
|
@ -232,5 +232,23 @@ struct nd_opt_mtu /* MTU option */
|
||||
uint32_t nd_opt_mtu_mtu;
|
||||
};
|
||||
|
||||
/* Mobile IPv6 extension: Advertisement Interval. */
|
||||
struct nd_opt_adv_interval
|
||||
{
|
||||
uint8_t nd_opt_adv_interval_type;
|
||||
uint8_t nd_opt_adv_interval_len;
|
||||
uint16_t nd_opt_adv_interval_reserved;
|
||||
uint32_t nd_opt_adv_interval_ival;
|
||||
};
|
||||
|
||||
/* Mobile IPv6 extension: Home Agent Info. */
|
||||
struct nd_opt_home_agent_info
|
||||
{
|
||||
uint8_t nd_opt_home_agent_info_type;
|
||||
uint8_t nd_opt_home_agent_info_len;
|
||||
uint16_t nd_opt_home_agent_info_reserved;
|
||||
int16_t nd_opt_home_agent_info_preference;
|
||||
uint16_t nd_opt_home_agent_info_lifetime;
|
||||
};
|
||||
|
||||
#endif /* netinet/icmpv6.h */
|
||||
|
@ -1,5 +1,9 @@
|
||||
2000-08-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locales/ko_KR: Updated for glibc 2.2.
|
||||
Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
|
||||
* SUPPORTED: Add ko_KR.
|
||||
|
||||
* locales/de_BE@euro: New file.
|
||||
* locales/eu_ES@euro: New file.
|
||||
* locales/ga_IE@euro: New file.
|
||||
|
12416
localedata/locales/ko_KR
12416
localedata/locales/ko_KR
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user