Module Name: src
Committed By: thorpej
Date: Sun Nov 29 23:51:45 UTC 1998
Modified Files:
src/usr.sbin/ipf/ipnat: ipnat.c
Log Message:
Even though they're u_quad_t's, GCC expects unsigned long long if using
%qu, and u_quad_t's are unsigned longs on LP64 platforms. So, cast them.