FreeBSD Bugzilla – Attachment 175799 Details for
Bug 213517
audio/raop_play: Fix build with libc++ 3.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use correct type for strstr() return value
audio__raop_play-fix-strstr-const-1.diff (text/plain), 905 bytes, created by
Dimitry Andric
on 2016-10-15 22:52:27 UTC
(
hide
)
Description:
Use correct type for strstr() return value
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-10-15 22:52:27 UTC
Size:
905 bytes
patch
obsolete
>Index: audio/raop_play/files/patch-aexcl_aexcl__play.cxx >=================================================================== >--- audio/raop_play/files/patch-aexcl_aexcl__play.cxx (nonexistent) >+++ audio/raop_play/files/patch-aexcl_aexcl__play.cxx (working copy) >@@ -0,0 +1,11 @@ >+--- aexcl/aexcl_play.cxx.orig 2005-12-16 14:17:00 UTC >++++ aexcl/aexcl_play.cxx >+@@ -199,7 +199,7 @@ static int run_raop_play(void) >+ { >+ const char *rargv[6]; >+ char ip[32]; >+- char *astr; >++ const char *astr; >+ char vol[8]; >+ >+ rargv[0]="raop_play"; > >Property changes on: audio/raop_play/files/patch-aexcl_aexcl__play.cxx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 213517
: 175799