Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/05/2001 05:21:54
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Jan  5 03:21:54 UTC 2001

Modified Files:
	basesrc/usr.sbin/tcpdump: interface.h print-nfs.c

Log Message:
always use %lld for INT64_FORMAT (rather than %ld on __alpha__ and __sparc_v9__
and %qd on everything else), and always cast the vars to (long long).


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/usr.sbin/tcpdump/interface.h
cvs rdiff -r1.13 -r1.14 basesrc/usr.sbin/tcpdump/print-nfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.