Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/18/2000 00:49:34
Module Name: basesrc
Committed By: tv
Date: Tue Oct 17 21:49:34 UTC 2000
Modified Files:
basesrc/sbin/dump [netbsd-1-5]: tape.c
Log Message:
Pullup 1.22 [releng] and 1.23 [he]:
Fix format warnings.
The type of time_t varies between ports, so we need to cast
before printing. It appears to be sufficient and safe to use (int).
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.21.6.1 basesrc/sbin/dump/tape.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.