X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Flock_file.c;h=bbfc8fc7cf4249089f4c0ae4c44dcc89d9c9cdb1;hb=5ccbd49adba7e6d48f4094fa6eade7a7fb8ec4cf;hp=af9b16d154d9b8dfe203acc42c15753f1f8f9300;hpb=731107f0ab2f3878743fea49910478c6b21bde1b;p=mmh diff --git a/sbr/lock_file.c b/sbr/lock_file.c index af9b16d..bbfc8fc 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -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) {