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-01-11 20:50:51 +00:00
2005-03-20 17:27:57 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2004-06-01 19:30:13 +00:00
2005-02-14 11:24:58 +00:00
2005-04-06 12:45:51 +00:00
2005-04-29 14:37:51 +00:00
2005-05-15 20:15:15 +00:00
2005-04-29 19:55:23 +00:00
2005-04-30 20:07:01 +00:00
2005-04-28 18:03:43 +00:00
2005-05-01 07:39:45 +00:00
2005-04-30 20:07:01 +00:00
2005-02-09 18:07:17 +00:00
2005-01-20 09:17:07 +00:00
2005-04-08 21:24:23 +00:00
2005-04-28 18:21:11 +00:00
2005-04-29 14:37:51 +00:00
2005-05-03 16:13:31 +00:00
2005-05-15 20:15:15 +00:00
2005-05-15 20:15:15 +00:00
2005-05-15 20:15:15 +00:00
2005-04-28 15:32:55 +00:00
2005-05-15 20:15:15 +00:00
2005-04-19 14:41:13 +00:00
2005-04-26 18:04:09 +00:00
2005-04-28 15:32:55 +00:00
2005-04-19 14:41:13 +00:00
2005-04-18 18:34:58 +00:00
2005-04-18 18:34:58 +00:00
2005-04-26 18:04:09 +00:00
2005-04-28 15:32:55 +00:00
2004-02-25 21:03:46 +00:00
2005-01-20 09:17:07 +00:00
2003-05-01 19:03:14 +00:00
2003-09-08 19:57:22 +00:00
2003-05-01 19:03:14 +00:00
2005-01-24 18:14:18 +00:00
2005-01-24 18:14:18 +00:00
2005-02-09 18:07:17 +00:00
2005-01-24 18:14:18 +00:00
2003-09-15 23:38:06 +00:00
2005-02-13 22:25:33 +00:00
2003-11-14 18:07:50 +00:00
2004-07-03 22:30:10 +00:00
2005-04-06 12:45:51 +00:00
2005-04-28 18:52:40 +00:00
2005-05-14 19:43:10 +00:00
2005-05-15 20:15:15 +00:00
2003-02-18 13:39:52 +00:00
2003-02-18 13:39:52 +00:00
2005-02-09 18:07:17 +00:00
2004-04-01 19:12:45 +00:00
2003-04-17 14:14:22 +00:00
2003-04-17 14:14:22 +00:00
2003-04-17 14:14:22 +00:00
2004-03-30 15:56:15 +00:00
2005-05-13 16:31:11 +00:00
2005-01-20 09:17:07 +00:00
2003-02-27 13:40:01 +00:00
2005-04-08 21:24:23 +00:00
2003-02-18 13:39:52 +00:00
2004-09-09 17:42:18 +00:00
2005-04-08 21:24:23 +00:00
2005-04-15 14:42:29 +00:00
2004-02-25 21:03:46 +00:00
2005-05-13 16:31:11 +00:00
2005-02-13 22:25:33 +00:00
2003-10-24 18:26:30 +00:00