summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-31 20:17:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-31 22:11:31 +0200
commit24c23c3790e022e6d885e910ddde73665c3261a9 (patch)
tree0f4e6d50a64507126ba5c96a640303fd26d90709 /sys-auth/elogind/files/elogind-226.4-glibc.patch
parentsys-auth/elogind: Remove init script bashism (diff)
downloadgentoo-24c23c3790e022e6d885e910ddde73665c3261a9.tar.gz
gentoo-24c23c3790e022e6d885e910ddde73665c3261a9.tar.bz2
gentoo-24c23c3790e022e6d885e910ddde73665c3261a9.zip
sys-auth/elogind: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'sys-auth/elogind/files/elogind-226.4-glibc.patch')
-rw-r--r--sys-auth/elogind/files/elogind-226.4-glibc.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-auth/elogind/files/elogind-226.4-glibc.patch b/sys-auth/elogind/files/elogind-226.4-glibc.patch
deleted file mode 100644
index 7b8a57da37a7..000000000000
--- a/sys-auth/elogind/files/elogind-226.4-glibc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-commit 27d13af71c3af6b2f9b60556d2c046dbb6e36e23
-Author: Mike Frysinger <vapier@gentoo.org>
-Date: Mon Mar 14 17:44:49 2016 -0400
-
- include sys/sysmacros.h in more places
-
- Since glibc is moving away from implicitly including sys/sysmacros.h
- all the time via sys/types.h, include the header directly in more
- places. This seems to cover most makedev/major/minor usage.
-
-diff --git a/src/basic/macro.h b/src/basic/macro.h
-index c34441d75..b36a95675 100644
---- a/src/basic/macro.h
-+++ b/src/basic/macro.h
-@@ -23,6 +23,7 @@
- #include <inttypes.h>
- #include <stdbool.h>
- #include <sys/param.h>
-+#include <sys/sysmacros.h>
- #include <sys/types.h>
-
- #define _printf_(a,b) __attribute__ ((format (printf, a, b)))
-diff --git a/src/basic/util.h b/src/basic/util.h
-index e095254b5..286db0515 100644
---- a/src/basic/util.h
-+++ b/src/basic/util.h
-@@ -36,6 +36,7 @@
- #include <mntent.h>
- #include <sys/inotify.h>
- #include <sys/statfs.h>
-+#include <sys/sysmacros.h>
-
- #include "macro.h"
- #include "missing.h"