summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-05-13 14:34:47 +0000
committerbde <bde@FreeBSD.org>2002-05-13 14:34:47 +0000
commitd6ab52d0b4af6b377189a67f6651755456516e01 (patch)
treeb19953e0c6d7d56a66408c1af1820cbf0d4acab9 /libexec/lukemftpd/Makefile
parentd9521251f3b2be0b2995701b667cd2046f93becc (diff)
downloadFreeBSD-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/lukemftpd/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud