tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
udisks: add missing patch
Arseniy Seroka
10 years ago
e568fe9c
1af969f8
+25
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
udisks
glibc.patch
+25
pkgs/os-specific/linux/udisks/glibc.patch
···
1
1
+
From 0aa652a7b257f98f9e8e7dc7b0ddc9bc62377d09 Mon Sep 17 00:00:00 2001
2
2
+
From: Alexandre Rostovtsev <tetromino@gentoo.org>
3
3
+
Date: Fri, 29 May 2015 21:09:39 -0400
4
4
+
Subject: [PATCH] Bug 90778 - fix build with newer glibc versions
5
5
+
6
6
+
https://bugs.freedesktop.org/show_bug.cgi?id=90778
7
7
+
---
8
8
+
src/helpers/job-drive-detach.c | 1 +
9
9
+
1 file changed, 1 insertion(+)
10
10
+
11
11
+
diff --git a/src/helpers/job-drive-detach.c b/src/helpers/job-drive-detach.c
12
12
+
index eeafcab..d122a1f 100644
13
13
+
--- a/src/helpers/job-drive-detach.c
14
14
+
+++ b/src/helpers/job-drive-detach.c
15
15
+
@@ -18,6 +18,7 @@
16
16
+
*
17
17
+
*/
18
18
+
19
19
+
+#include <sys/stat.h>
20
20
+
#include <stdio.h>
21
21
+
#include <string.h>
22
22
+
#include <errno.h>
23
23
+
--
24
24
+
2.4.2
25
25
+