Reworked test-rcvdist so that it sees the output of post.
[mmh] / sbr / lock_file.c
index af9b16d..bbfc8fc 100644 (file)
@@ -586,10 +586,9 @@ timerOFF (int fd)
 static void
 alrmser (int sig)
 {
-    NMH_UNUSED (sig);
-
     char *lockfile;
     struct lock *lp;
+    NMH_UNUSED (sig);
 
     /* update the ctime of all the lock files */
     for (lp = l_top; lp; lp = lp->l_next) {