tetromino 15/05/30 01:15:56 Added: udisks-1.0.5-stat-includes.patch Removed: udisks-2.1.0-W_define.patch Log: Fix udisks-1.0.5-r1 compile with glibc-2.20 (bug #550758, thanks to Leonid Kopylov). Clean up old. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.1 sys-fs/udisks/files/udisks-1.0.5-stat-includes.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/files/udisks-1.0.5-stat-includes.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udisks/files/udisks-1.0.5-stat-includes.patch?rev=1.1&content-type=text/plain Index: udisks-1.0.5-stat-includes.patch =================================================================== >From 0aa652a7b257f98f9e8e7dc7b0ddc9bc62377d09 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev <[email protected]> Date: Fri, 29 May 2015 21:09:39 -0400 Subject: [PATCH] Bug 90778 - fix build with newer glibc versions https://bugs.freedesktop.org/show_bug.cgi?id=90778 --- src/helpers/job-drive-detach.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/job-drive-detach.c b/src/helpers/job-drive-detach.c index eeafcab..d122a1f 100644 --- a/src/helpers/job-drive-detach.c +++ b/src/helpers/job-drive-detach.c @@ -18,6 +18,7 @@ * */ +#include <sys/stat.h> #include <stdio.h> #include <string.h> #include <errno.h> -- 2.4.2
