]> code.citadel.org Git - citadel.git/blobdiff - citadel/aidepost.c
* lots of warning fixes; builds with -std1 on dec unix
[citadel.git] / citadel / aidepost.c
index 096dacd758e9eab4851d697d544daccadcc9f75c..e2c48f83297ae6c1a870e9b155f9ba05c4b124cb 100644 (file)
@@ -15,7 +15,8 @@ void make_message(char *filename)
 {
        FILE *fp;
        int a;
-       long bb,cc,now;
+       long bb,cc;
+       time_t now;
        time(&now);
        fp=fopen(filename,"wb"); if (fp==NULL) exit(22);
        putc(255,fp);