Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 889179 Details for
Bug 913132
net-mail/autorespond-2.0.5 fails to compile (GLIBC-2.38-SYSTEM): autorespond.c:379:7: error: conflicting types for strcasestr; have char (char , char )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix compile error
autorespond-2.0.5.patch (text/plain), 616 bytes, created by
Florian Dittmer
on 2024-04-01 06:06:19 UTC
(
hide
)
Description:
Patch to fix compile error
Filename:
MIME Type:
Creator:
Florian Dittmer
Created:
2024-04-01 06:06:19 UTC
Size:
616 bytes
patch
obsolete
>solves error: conflicting types for âstrcasestrâ; >https://notes.sagredo.eu/en/qmail-notes-185/autorespond-24.html#comment3929 > >diff -ruN autorespond-2.0.5-original/autorespond.c autorespond-2.0.5/autorespond.c >--- autorespond-2.0.5-original/autorespond.c 2003-09-18 22:17:57.000000000 +0200 >+++ autorespond-2.0.5/autorespond.c 2024-03-30 19:02:26.546423832 +0100 >@@ -376,7 +376,7 @@ > /********************************************************* > ** find string in string - ignore case **/ > >-char *strcasestr( char *_s1, char *_s2 ) >+char *strcasestr( const char *_s1, const char *_s2 ) > { > char *s1; > char *s2;
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 913132
:
868845
| 889179