From fb13ba6137efd9479d19f63e9e4a61d6583a1410 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 11 May 2015 22:31:04 +0100 Subject: [PATCH] sh: prt uses clock_t for time --- Applications/V7/cmd/sh/print.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.34.1