Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/11/2000 23:25:30
Module Name: basesrc
Committed By: he
Date: Wed Oct 11 20:25:29 UTC 2000
Modified Files:
basesrc/sbin/dump: tape.c
Log Message:
Better fix for 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.22 -r1.23 basesrc/sbin/dump/tape.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.