Bruce Evans 87c5c2d426 Fixed world breakage on systems where ntohl() doesn't return u_long
(e.g., on alphas, or even on i386's with a POSIX-200x-conformant
ntohl() (ntohl() returns uint32_t which is u_int on i386's)).

Fixed related bugs and bogons while I'm here:
- ntohl() was "fixed" for printing in 1 place by casting to
  "(unsigned int )".  This breaks the value on systems where u_int
  is smaller than uint32_t, and has 2 style bugs.
- spell u_int consistently (never use "unsigned").
- break K&R support some more (don't cast malloc()'s arg to a wrong
  type...).
2001-06-13 11:56:00 +00:00
..
2001-06-02 19:09:37 +00:00
2001-06-04 13:08:54 +00:00
2001-03-30 16:32:52 +00:00
2001-05-30 08:13:39 +00:00
2001-05-12 14:34:46 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-05 15:16:45 +00:00
2001-06-11 12:39:29 +00:00
2001-06-07 16:59:19 +00:00
2001-06-07 16:59:19 +00:00
2001-04-07 11:21:35 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-06-11 12:39:29 +00:00
2001-06-07 16:59:19 +00:00
2001-04-07 11:21:35 +00:00
2001-06-11 12:39:29 +00:00
2001-04-02 06:21:13 +00:00
2001-06-05 12:40:03 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-06-05 12:40:03 +00:00
2001-04-18 15:54:10 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00
2001-04-07 11:21:35 +00:00
2001-05-09 08:37:18 +00:00
2001-06-11 12:39:29 +00:00
2001-04-22 03:00:09 +00:00
2001-06-03 20:02:03 +00:00