summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-10 10:58:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-10 11:00:18 +0100
commit4797314667201f17ea79d75f790d023d3aa34cbd (patch)
tree6c8d7ba941de796507fd59ddfdcaf9b1f49e4e78 /sys-auth/elogind/files
parentsys-auth/elogind: Drop bogus SECURITY_SMACK check (diff)
downloadgentoo-4797314667201f17ea79d75f790d023d3aa34cbd.tar.gz
gentoo-4797314667201f17ea79d75f790d023d3aa34cbd.tar.bz2
gentoo-4797314667201f17ea79d75f790d023d3aa34cbd.zip
sys-auth/elogind: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-auth/elogind/files')
-rw-r--r--sys-auth/elogind/files/elogind-233.7-xlocale.h.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-auth/elogind/files/elogind-233.7-xlocale.h.patch b/sys-auth/elogind/files/elogind-233.7-xlocale.h.patch
deleted file mode 100644
index c95890aac405..000000000000
--- a/sys-auth/elogind/files/elogind-233.7-xlocale.h.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 96eb328e90fa272a66b2feb0bfb57c73154dbd9c Mon Sep 17 00:00:00 2001
-From: Matija Skala <mskala@gmx.com>
-Date: Wed, 15 Mar 2017 13:21:10 +0100
-Subject: [PATCH] fix includes
-
-linux/sockios.h is needed for the SIOCGSTAMPNS macro
-
-xlocale.h is included indirectly in glibc and doesn't even exist in
-other libcs
----
- src/basic/parse-util.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/src/basic/parse-util.c b/src/basic/parse-util.c
-index cfdb29aba..c38e14d96 100644
---- a/src/basic/parse-util.c
-+++ b/src/basic/parse-util.c
-@@ -23,9 +23,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#if defined(__GLIBC__)
--# include <xlocale.h>
--#endif // defined(__GLIBC__)
-
- #include "alloc-util.h"
- //#include "extract-word.h"