]> diplodocus.org Git - nmh/blobdiff - sbr/lock_file.c
Sigh. I put the documentation about the -tls switch in the long description,
[nmh] / sbr / lock_file.c
index 866d047774cbd5d0540a8ef0f1f27cd9a6b3e971..51576ea8baf1a7624e872dbf3bfa6bd7b63acb62 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * lock.c -- routines to lock/unlock files
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -109,11 +107,11 @@ static void lockname (char *, struct lockinfo *, int);
 static void timerON (char *, int);
 static void timerOFF (int);
 static RETSIGTYPE alrmser (int);
-#endif
 
 #if !defined(HAVE_LIBLOCKFILE)
 static int lockit (struct lockinfo *);
 #endif
+#endif
 
 /*
  * Base routine to open and lock a file,