Fix more functions in util/ack for 64-bit hosts.
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 7 Sep 2012 20:28:10 +0000 (16:28 -0400)
committerNick Downing <nick@ndcode.org>
Wed, 17 Apr 2019 14:20:38 +0000 (00:20 +1000)
commitf55e89823f7335fb0358131faebd21ded116bb4c
tree64520abe4ec7e6ec748dde1613a701165ea90a87
parent2984fcb5ccf8a61f8e33b1d175eb11d81a795dd1
Fix more functions in util/ack for 64-bit hosts.

This continues the fix from the previous changeset.  We must use
va_list to forward the arguments, because some of the arguments might
be 64-bit pointers.  A pointer does not fit in an int.
util/ack/util.c