[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 988cf5d51958127d579f97a0d4632930a25ee11e |
Date: |
Wed, 28 Dec 2011 04:41:37 +0000 |
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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 988cf5d51958127d579f97a0d4632930a25ee11e,
David Levine <=