[git] Pinentry - branch, master, updated. pinentry-0.9.4-11-gf0db319

by Gergely Imreh cvs at cvs.gnupg.org
Wed Jun 24 14:31:09 CEST 2015


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 standard pinentry collection".

The branch, master has been updated
       via  f0db3192463cccf4541820de36d985629c4df6ee (commit)
      from  266f1c9e3542627b1cbd191141af4e6f76f706fe (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 f0db3192463cccf4541820de36d985629c4df6ee
Author: Gergely Imreh <imrehg at gmail.com>
Date:   Wed Jun 24 09:52:56 2015 +0000

    curses: remove hard-wired ncursesw include path
    
    * pinentry/pinentry-curses.c: pkg-config finds the correct include
    paths so should not hard-wire the path for the ncursesw header file.

diff --git a/pinentry/pinentry-curses.c b/pinentry/pinentry-curses.c
index 784c770..659fa47 100644
--- a/pinentry/pinentry-curses.c
+++ b/pinentry/pinentry-curses.c
@@ -22,11 +22,7 @@
 #include <config.h>
 #endif
 #include <assert.h>
-#ifdef HAVE_NCURSESW
-#include <ncursesw/curses.h>
-#else
 #include <curses.h>
-#endif
 #include <signal.h>
 #include <fcntl.h>
 #include <unistd.h>

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

Summary of changes:
 pinentry/pinentry-curses.c | 4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list