]> andersk Git - moira.git/commitdiff
s/#endif lint/#endif/ for irix cc
authordanw <danw>
Wed, 29 Jan 1997 23:07:40 +0000 (23:07 +0000)
committerdanw <danw>
Wed, 29 Jan 1997 23:07:40 +0000 (23:07 +0000)
obey abstractions. times should be type time_t

clients/mrcheck/mrcheck.c

index a4607d8bde02521d43e6738852b0bb3f9604e99c..f1e4595092e7d6de76104ff82135d6fd734d6cc8 100644 (file)
@@ -10,7 +10,7 @@
 
 #ifndef lint
 static char *rcsid_chsh_c = "$Header$";
-#endif lint
+#endif
 
 #include <stdio.h>
 #include <moira.h>
@@ -39,7 +39,7 @@ struct service {
 char *atot(itime)
 char *itime;
 {
-    int time;
+    time_t time;
     char *ct, *ctime();
 
     time = atoi(itime);
This page took 0.041257 seconds and 5 git commands to generate.