]> code.delx.au - gnu-emacs/blobdiff - lib-src/movemail.c
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
[gnu-emacs] / lib-src / movemail.c
index 90e683ed855662cc5ebea85ae43c79f05dbbdb3d..45779dae5c2cccf04a5a45f10f0c4388decf1a5c 100644 (file)
@@ -338,7 +338,7 @@ main (int argc, char **argv)
       int lockcount = 0;
       int status = 0;
 #if defined (MAIL_USE_MAILLOCK) && defined (HAVE_TOUCHLOCK)
-      time_t touched_lock IF_LINT (= 0);
+      time_t touched_lock;
 #endif
 
       if (setuid (getuid ()) < 0 || setregid (-1, real_gid) < 0)