From 74bda8433b8407a6199e7840fb48fde136cd1c8f Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 12 Nov 1996 23:09:15 +0000 Subject: Increase precision of duration to milliseconds. Some heuristics to avoid overflow in calculation attempted. --- bin/dd/conv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/dd/conv.c') diff --git a/bin/dd/conv.c b/bin/dd/conv.c index e87c396..41c5909 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: conv.c,v 1.3 1994/09/24 02:54:44 davidg Exp $ */ #ifndef lint @@ -45,6 +45,7 @@ static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #include #include +#include #include "dd.h" #include "extern.h" -- cgit v1.1