public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/files/
@ 2025-02-10  9:14 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2025-02-10  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d29cacc8fe760fa052cb4e0f8f8a975cdc7adba7
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Tue Jan 21 17:16:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 09:04:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29cacc8

sys-apps/audio-entropyd: Drop unused uclibc patch

Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40249
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/audio-entropyd-2.0.1-uclibc.patch        | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch b/sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch
deleted file mode 100644
index bdf5adeff825..000000000000
--- a/sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- audio-entropyd-1.0.1.orig/error.c	2008-01-22 09:50:28 +0000
-+++ audio-entropyd-1.0.1/error.c	2008-01-22 09:53:51 +0000
-@@ -9,13 +9,13 @@
- #include <signal.h>
- #include <syslog.h>
- #include <regex.h>
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- #include <execinfo.h>
- #endif
- 
- void print_trace(void)
- {
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- 	void *array[MAX_BACKTRACE_LENGTH];
- 	size_t size;
- 
-@@ -39,7 +39,7 @@
- 	printf("\n\n\nDebug information:\n");
- 	if (errno) fprintf(stderr, "errno: %d=%s (if applicable)\n", errno, strerror(errno));
- 
--#if defined(__GLIBC__)
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- 	print_trace();
- #endif
- 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-10  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10  9:14 [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox