This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  988cf5d51958127d579f97a0d4632930a25ee11e (commit)
      from  1039d32b8c066fb2f7e657a38055df0ee16c1e6a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=988cf5d51958127d579f97a0d4632930a25ee11e


commit 988cf5d51958127d579f97a0d4632930a25ee11e
Author: David Levine <levin...@acm.org>
Date:   Tue Dec 27 22:41:24 2011 -0600

    Moved #endif so that lockit () is only declared with DOT_LOCKING, to avoid 
compile warning without it.

diff --git a/sbr/lock_file.c b/sbr/lock_file.c
index 7eaa0de..51576ea 100644
--- a/sbr/lock_file.c
+++ b/sbr/lock_file.c
@@ -107,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,

-----------------------------------------------------------------------

Summary of changes:
 sbr/lock_file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to