From 67562db45e5099f92b2166fb091bb8932a086ee6 Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 29 Jan 1997 23:07:40 +0000 Subject: [PATCH] s/#endif lint/#endif/ for irix cc obey abstractions. times should be type time_t --- clients/mrcheck/mrcheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/mrcheck/mrcheck.c b/clients/mrcheck/mrcheck.c index a4607d8b..f1e45950 100644 --- a/clients/mrcheck/mrcheck.c +++ b/clients/mrcheck/mrcheck.c @@ -10,7 +10,7 @@ #ifndef lint static char *rcsid_chsh_c = "$Header$"; -#endif lint +#endif #include #include @@ -39,7 +39,7 @@ struct service { char *atot(itime) char *itime; { - int time; + time_t time; char *ct, *ctime(); time = atoi(itime); -- 2.45.2