mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-arch/pax: remove unused patch(es)
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19866 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
committed by
Sergei Trofimovich
parent
2f12aee67d
commit
653b190ffe
@@ -1,38 +0,0 @@
|
||||
--- a/cache.c
|
||||
+++ b/cache.c
|
||||
@@ -195,7 +195,7 @@
|
||||
* No entry for this uid, we will add it
|
||||
*/
|
||||
if (!pwopn) {
|
||||
-#if defined(__GLIBC__)
|
||||
+#if defined(__GLIBC__) || defined(__linux__)
|
||||
setpwent();
|
||||
#elif !defined(__INTERIX)
|
||||
setpassent(1);
|
||||
@@ -265,7 +265,7 @@
|
||||
* No entry for this gid, we will add it
|
||||
*/
|
||||
if (!gropn) {
|
||||
-#if defined(__GLIBC__)
|
||||
+#if defined(__GLIBC__) || defined(__linux__)
|
||||
setgrent();
|
||||
#elif !defined(__INTERIX) && !defined(__CYGWIN__)
|
||||
setgroupent(1);
|
||||
@@ -336,7 +336,7 @@
|
||||
}
|
||||
|
||||
if (!pwopn) {
|
||||
-#if defined(__GLIBC__)
|
||||
+#if defined(__GLIBC__) || defined(__linux__)
|
||||
setpwent();
|
||||
#elif !defined(__INTERIX)
|
||||
setpassent(1);
|
||||
@@ -403,7 +403,7 @@
|
||||
}
|
||||
|
||||
if (!gropn) {
|
||||
-#if defined(__GLIBC__)
|
||||
+#if defined(__GLIBC__) || defined(__linux__)
|
||||
setgrent();
|
||||
#elif !defined(__INTERIX) && !defined(__CYGWIN__)
|
||||
setgroupent(1);
|
||||
Reference in New Issue
Block a user