Hajimu UMEMOTO 036ae3dd79 - The ai_addrlen of a struct addrinfo used to be a size_t, per
RFC 2553.  In XNS5.2, and subsequently in POSIX-2001 and RFC
  3493, it was changed to a socklen_t.  And, the n_net of a
  struct netent used to be an unsigned long integer.  In XNS5,
  and subsequently in POSIX-2001, it was changed to an uint32_t.
  To accomodate for this while preserving ABI compatibility with
  the old interface, we need to prepend or append 32 bits of
  padding, depending on the (LP64) architecture's endianness.
- Correct 1st argument of getnetbyaddr() to uint32_t on 32
  bit arch.  Stay as is on 64 bit arch for ABI backward
  compatibility for now.

Reviewed by:	das, peter
MFC after:	2 weeks
2005-05-15 20:15:15 +00:00
..
2005-03-17 08:39:12 +00:00
2005-04-22 18:57:32 +00:00
2005-01-24 20:01:28 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 23:45:54 +00:00
2005-02-09 18:07:17 +00:00
2005-03-01 20:32:05 +00:00
2005-02-13 23:45:54 +00:00
2005-02-14 18:40:31 +00:00
2005-02-09 18:07:17 +00:00
2005-03-20 10:37:56 +00:00
2005-01-28 17:01:54 +00:00
2005-04-22 18:57:32 +00:00
2005-05-13 20:51:09 +00:00
2005-01-20 09:17:07 +00:00
2005-02-14 02:41:41 +00:00
2005-01-20 09:17:07 +00:00
2005-01-21 10:35:40 +00:00
2005-04-23 02:20:35 +00:00
2005-01-20 09:17:07 +00:00
2005-02-13 23:45:54 +00:00