[git] GnuPG - branch, master, updated. gnupg-2.1.20-82-g1051927

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Apr 20 13:46:12 CEST 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  10519270d36586c536bfb6c4cda8ac17c01f4976 (commit)
      from  4b2581dc0ea1d03e70023bb0748aa0c21c0a2173 (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 10519270d36586c536bfb6c4cda8ac17c01f4976
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Apr 20 20:43:29 2017 +0900

    g13: Fix for Solaris.
    
    * configure.ac: Check sys/mkdev.h.
    * g13/sh-dmcrypt.c: Include sys/mkdev.h.
    
    --
    
    GnuPG-bug-id: 3098
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/configure.ac b/configure.ac
index 4c90d6c..494e444 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1278,7 +1278,7 @@ AC_HEADER_STDC
 AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h \
                   pty.h utmp.h pwd.h inttypes.h signal.h sys/select.h     \
                   stdint.h signal.h util.h libutil.h termios.h \
-                  ucred.h sys/sysmacros.h])
+                  ucred.h sys/sysmacros.h sys/mkdev.h])
 
 AC_HEADER_TIME
 
diff --git a/g13/sh-dmcrypt.c b/g13/sh-dmcrypt.c
index c5489c9..09c4d96 100644
--- a/g13/sh-dmcrypt.c
+++ b/g13/sh-dmcrypt.c
@@ -25,6 +25,9 @@
 #include <errno.h>
 #include <assert.h>
 #include <sys/types.h>
+#ifdef HAVE_SYS_MKDEV_H
+#include <sys/mkdev.h>
+#endif
 #ifdef HAVE_SYS_SYSMACROS_H
 # include <sys/sysmacros.h>
 #endif

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

Summary of changes:
 configure.ac     | 2 +-
 g13/sh-dmcrypt.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list