From 35aad6b5d53b292e8e7c52c4eb90535be0580cd2 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 23 Feb 2018 09:48:34 +0900 Subject: Fix previous commit. Signed-off-by: NIIBE Yutaka --- src/assuan.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- cgit v1.2.3