]> code.citadel.org Git - citadel.git/blobdiff - citadel/citmail.c
* lots of warning fixes; builds with -std1 on dec unix
[citadel.git] / citadel / citmail.c
index fe2437f365d52438111b0567445d193b41fa07d5..f611ae48ca06f55d1ab05caeec0ead4146c55170 100644 (file)
@@ -55,7 +55,7 @@ int RUN_NETPROC = 1;
 long conv_date(char *sdbuf)
 {
        int a,b,cpos,tend,tval;
-       long now;
+       time_t now;
        struct tm *tmbuf;
        char dbuf[128];
 
@@ -335,7 +335,7 @@ void loopcopy(FILE *to, FILE *from) {
  */
 void do_citmail(char recp[], int dtype) {
 
-       long now;
+       time_t now;
        FILE *temp;
        int a;
        char buf[128];