Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916027 Details for
Bug 930009
media-sound/moc-2.6_alpha3-r6 - tags_cache.c: error: implicit declaration of function db_strerror
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix "error: implicit declaration of function db_strerror"
fix_db-h_err.patch (text/plain), 670 bytes, created by
AlexSLV
on 2025-01-06 20:38:11 UTC
(
hide
)
Description:
Fix "error: implicit declaration of function db_strerror"
Filename:
MIME Type:
Creator:
AlexSLV
Created:
2025-01-06 20:38:11 UTC
Size:
670 bytes
patch
obsolete
>diff '--color=auto' -Naur moc-2.6-alpha3/tags_cache.c moc-2.6-alpha3_mod/tags_cache.c >--- moc-2.6-alpha3/tags_cache.c 2016-11-16 03:29:53.000000000 +0300 >+++ moc-2.6-alpha3_mod/tags_cache.c 2025-01-04 14:24:06.090361782 +0300 >@@ -37,7 +37,9 @@ > > #define DEBUG > >+#ifdef HAVE_DB_H > #define STRERROR_FN bdb_strerror >+#endif > > #include "common.h" > #include "server.h" >@@ -118,6 +120,7 @@ > struct file_tags *tags; > }; > >+#ifdef HAVE_DB_H > /* BerkleyDB-provided error code to description function wrapper. */ > static inline char *bdb_strerror (int errnum) > { >@@ -130,6 +133,7 @@ > > return result; > } >+#endif > > static void request_queue_init (struct request_queue *q) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 930009
:
890806
|
890807
|
890808
|
890809
|
890810
|
890811
|
890812
|
890813
| 916027