Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/29/1998 15:51:45
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.