X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2c3d90ed127ab47e695350367ca3c34d4324bcc4..e4dc6d154b593b5fc0baa96091a2fbd4ec59ba89:/sbr/lock_file.c?ds=sidebyside diff --git a/sbr/lock_file.c b/sbr/lock_file.c index c7dffcfc..bbfc8fc7 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -167,6 +167,8 @@ lkclose (int fd, char *file) lockfile_remove(lkinfo.curlock); #endif /* HAVE_LIBLOCKFILE */ timerOFF (fd); /* turn off lock timer */ +#else /* DOT_LOCKING */ + NMH_UNUSED (file); #endif /* DOT_LOCKING */ return (close (fd)); @@ -258,6 +260,8 @@ lkfclose (FILE *fp, char *file) lockfile_remove(lkinfo.curlock); #endif /* HAVE_LIBLOCKFILE */ timerOFF (fileno(fp)); /* turn off lock timer */ +#else /* DOT_LOCKING */ + NMH_UNUSED (file); #endif /* DOT_LOCKING */ return (fclose (fp)); @@ -584,6 +588,7 @@ alrmser (int 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) {