FreeBSD Bugzilla – Attachment 150761 Details for
Bug 196124
Fix lang/urweb build with clang 3.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix lang/urweb build with clang 3.5.0
lang__urweb-fix-clang350-build-1.diff (text/plain), 958 bytes, created by
Dimitry Andric
on 2014-12-19 13:26:04 UTC
(
hide
)
Description:
Fix lang/urweb build with clang 3.5.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2014-12-19 13:26:04 UTC
Size:
958 bytes
patch
obsolete
>Index: lang/urweb/files/patch-src__c__urweb.c >=================================================================== >--- lang/urweb/files/patch-src__c__urweb.c (revision 0) >+++ lang/urweb/files/patch-src__c__urweb.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/c/urweb.c.orig 2014-07-04 15:32:47.000000000 +0200 >++++ src/c/urweb.c 2014-12-19 01:22:02.000000000 +0100 >+@@ -4204,7 +4204,7 @@ uw_Basis_int uw_Basis_rand(uw_context ct >+ pthread_mutex_unlock(&rand_mutex); >+ >+ if (r) >+- return abs(ret); >++ return llabs(ret); >+ else >+ uw_error(ctx, FATAL, "Random number generation failed"); >+ } > >Property changes on: lang/urweb/files/patch-src__c__urweb.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >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
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 196124
: 150761