[git] GnuPG - branch, master, updated. gnupg-2.1.20-52-gc3cc955

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Apr 11 13:00:21 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  c3cc9551dcc89cc25c0a0ec16d8eb12c1c221638 (commit)
      from  00be2a92625e832e8dd621f2a8f72b124c6d50ca (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 c3cc9551dcc89cc25c0a0ec16d8eb12c1c221638
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Apr 11 19:59:07 2017 +0900

    g13: Include sys/sysmacros.h if available.
    
    * configure.ac: Add test for sys/sysmacros.h.
    * g13/sh-dmcrypt.c: Include sys/sysmacros.h.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/configure.ac b/configure.ac
index f58708c..4c90d6c 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])
+                  ucred.h sys/sysmacros.h])
 
 AC_HEADER_TIME
 
diff --git a/g13/sh-dmcrypt.c b/g13/sh-dmcrypt.c
index f7ec797..c5489c9 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_SYSMACROS_H
+# include <sys/sysmacros.h>
+#endif
 #ifdef HAVE_STAT
 # include <sys/stat.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