* lots of warning fixes; builds with -std1 on dec unix
[citadel.git] / citadel / userlist.c
index 2bf663c05a76376f31d66cce133a7912590a8db0..1551daa9bd3c65841964db506ad3f075680b543c 100644 (file)
@@ -84,7 +84,7 @@ void userlist(void) {
        char buf[256];
        char fl[256];
        struct tm *tmbuf;
-       long lc;
+       time_t lc;
 
        serv_puts("LIST");
        serv_gets(buf);