From ed6777ff9e3605b51c2db6872de84b10e0c7dc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 May 2016 07:55:51 +0200 Subject: work on patches --- debian/patches/0110-getpass-prototype.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches/0110-getpass-prototype.patch') diff --git a/debian/patches/0110-getpass-prototype.patch b/debian/patches/0110-getpass-prototype.patch index 8b2b455..ecd8ee9 100644 --- a/debian/patches/0110-getpass-prototype.patch +++ b/debian/patches/0110-getpass-prototype.patch @@ -6,17 +6,17 @@ Author: Steve Langasek Origin: , Bug: Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819340 -Last-Update: 2016-04-13 +Last-Update: 2016-05-15 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/lib/ipmi_main.c =================================================================== --- trunk.orig/lib/ipmi_main.c +++ trunk/lib/ipmi_main.c -@@ -30,6 +30,7 @@ - * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - */ - #define _XOPEN_SOURCE 700 +@@ -34,6 +34,7 @@ + (_XOPEN_SOURCE >= 500 || \ + _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED) && \ + !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) +#define _DEFAULT_SOURCE #include -- cgit v1.2.3