[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.13-9-gf61d8fa
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Jul 16 02:47:12 CEST 2013
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 GNU Privacy Guard".
The branch, STABLE-BRANCH-1-4 has been updated
via f61d8fa5a7591423f5a2ef43725b308acd5f2357 (commit)
from 212a325d428e0ab5c51c42a3ea33efb21ad1f79f (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 -----------------------------------------------------------------
commit f61d8fa5a7591423f5a2ef43725b308acd5f2357
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Jul 16 09:21:54 2013 +0900
gpg: fix previous change
* g10/gpgv.c: Fix void dotlock_remove_lockfiles.
diff --git a/g10/gpgv.c b/g10/gpgv.c
index 2d51829..a337fc7 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -437,4 +437,4 @@ dotlock_t dotlock_create (const char *file_to_lock, unsigned int flags)
void dotlock_destroy (dotlock_t h, int reclaim) {}
int dotlock_take (dotlock_t h, long timeout) { return 0;}
int dotlock_release (dotlock_t h) {return 0;}
-void dotlock_remove_lockfiles (void, int reclaim) {}
+void dotlock_remove_lockfiles (int reclaim) {}
-----------------------------------------------------------------------
Summary of changes:
g10/gpgv.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list