From: danw Date: Wed, 29 Jan 1997 23:07:40 +0000 (+0000) Subject: s/#endif lint/#endif/ for irix cc X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/67562db45e5099f92b2166fb091bb8932a086ee6 s/#endif lint/#endif/ for irix cc obey abstractions. times should be type time_t --- 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);