bde d6ab52d0b4 Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's
with 16-bit ints, since u_short is promoted when it is passed to a
varargs function.  gcc now warns about this.  We always pass small
integers (this is well obuscated), so there are no conversion problems.

Fixed a related style bug (bogus cast).
2002-05-13 14:34:47 +00:00
..
2002-05-10 02:20:33 +00:00
2002-05-11 06:06:11 +00:00
2002-05-13 07:53:22 +00:00
2002-05-13 05:01:05 +00:00
2002-05-01 20:44:46 +00:00
2002-05-03 17:59:25 +00:00
2002-05-13 07:44:48 +00:00
2002-05-13 07:14:17 +00:00
2002-05-13 09:22:31 +00:00