[git] GnuPG - branch, master, updated. gnupg-2.1.19-29-gbf03925

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Mar 7 06:23:48 CET 2017


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, master has been updated
       via  bf03925751abb739f2fd9d631694d3dd33decf92 (commit)
      from  f7f806afa5083617f4aba02fc3b285b06a7d73d4 (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 bf03925751abb739f2fd9d631694d3dd33decf92
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Mar 7 14:22:34 2017 +0900

    agent: Add include files.
    
    * agent/command-ssh.c: Add sys/socket.h and sys/un.h.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index c7afe3b..382f9e6 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -40,6 +40,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <assert.h>
+#ifndef HAVE_W32_SYSTEM
+#include <sys/socket.h>
+#include <sys/un.h>
+#endif /*!HAVE_W32_SYSTEM*/
 #ifdef HAVE_UCRED_H
 #include <ucred.h>
 #endif

-----------------------------------------------------------------------

Summary of changes:
 agent/command-ssh.c | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list