[git] Assuan - branch, master, updated. libassuan-2.5.1-3-g35aad6b
by NIIBE Yutaka
cvs at cvs.gnupg.org
Fri Feb 23 01:48:51 CET 2018
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 "IPC library used by GnuPG".
The branch, master has been updated
via 35aad6b5d53b292e8e7c52c4eb90535be0580cd2 (commit)
from 0ad3aafe2c02cdff21e10a59de56b8a2f9532be3 (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 35aad6b5d53b292e8e7c52c4eb90535be0580cd2
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Fri Feb 23 09:48:34 2018 +0900
Fix previous commit.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/assuan.h.in b/src/assuan.h.in
index f9899d8..4e04a9b 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -382,8 +382,8 @@ pid_t assuan_get_pid (assuan_context_t ctx);
struct _assuan_peercred
{
#ifdef _WIN32
- /* Empty struct not allowed on some compilers. */
- unsigned int _dummy;
+ /* Empty struct not allowed on some compilers, so, put this (not valid). */
+ pid_t pid;
#else
pid_t pid;
uid_t uid;
-----------------------------------------------------------------------
Summary of changes:
src/assuan.h.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
IPC library used by GnuPG
http://git.gnupg.org
More information about the Gnupg-commits
mailing list