]> diplodocus.org Git - nmh/blobdiff - sbr/lock_file.c
Add a new test for the MIME functionality in burst.
[nmh] / sbr / lock_file.c
index af9b16d154d9b8dfe203acc42c15753f1f8f9300..bbfc8fc7cf4249089f4c0ae4c44dcc89d9c9cdb1 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) {