[git] GPG-ERROR - branch, master, updated. libgpg-error-1.12-20-g6245bf6
by Werner Koch
cvs at cvs.gnupg.org
Tue Jan 28 23:50:25 CET 2014
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 "Error codes used by GnuPG et al.".
The branch, master has been updated
via 6245bf65fc2554c7c103324d451036de08869458 (commit)
from e1aa030d7655743f0c3cdd5f7b26ae1b4665fbc6 (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 6245bf65fc2554c7c103324d451036de08869458
Author: Werner Koch <wk at gnupg.org>
Date: Tue Jan 28 23:49:01 2014 +0100
Fix the name of the file in the comment of the output.
* src/gen-posix-lock-obj.c (main): Chnage comment in created file.
diff --git a/src/gen-posix-lock-obj.c b/src/gen-posix-lock-obj.c
index 7644c6f..de2c8bc 100644
--- a/src/gen-posix-lock-obj.c
+++ b/src/gen-posix-lock-obj.c
@@ -66,7 +66,7 @@ main (void)
/* To force a probably suitable alignment of the structure we use a
union and include a long and a pointer to a long. */
- printf ("## lock-obj.%s.h\n"
+ printf ("## lock-obj-pub.%s.h\n"
"## File created by " PGM " - DO NOT EDIT\n"
"## To be included by mkheader into gpg-error.h\n"
"\n"
-----------------------------------------------------------------------
Summary of changes:
src/gen-posix-lock-obj.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list