From: Alan Cox Date: Mon, 11 May 2015 21:31:04 +0000 (+0100) Subject: sh: prt uses clock_t for time X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fb13ba6137efd9479d19f63e9e4a61d6583a1410;p=FUZIX.git sh: prt uses clock_t for time --- diff --git a/Applications/V7/cmd/sh/print.c b/Applications/V7/cmd/sh/print.c index 210687f9..a51f98a3 100644 --- a/Applications/V7/cmd/sh/print.c +++ b/Applications/V7/cmd/sh/print.c @@ -48,8 +48,7 @@ void prc(char c) write(output, &c, 1); } -/* FIXME: time_t is not safely L_INT ! */ -void prt(L_INT t) +void prt(clock_t t) { register int hr, min, sec;