diff options
author | bde <bde@FreeBSD.org> | 2002-05-13 14:34:47 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-05-13 14:34:47 +0000 |
commit | d6ab52d0b4af6b377189a67f6651755456516e01 (patch) | |
tree | b19953e0c6d7d56a66408c1af1820cbf0d4acab9 /libexec | |
parent | d9521251f3b2be0b2995701b667cd2046f93becc (diff) | |
download | FreeBSD-src-d6ab52d0b4af6b377189a67f6651755456516e01.zip FreeBSD-src-d6ab52d0b4af6b377189a67f6651755456516e01.tar.gz |
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).
Diffstat (limited to 'libexec')
0 files changed, 0 insertions, 0 deletions