FreeBSD Bugzilla – Attachment 169762 Details for
Bug 209101
textproc/htdig: Fix build error due to nonexistent ETIME
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build error due to nonexistent ETIME
textproc__htdig-fix-etime-1.diff (text/plain), 1.00 KB, created by
Dimitry Andric
on 2016-04-27 17:15:09 UTC
(
hide
)
Description:
Fix build error due to nonexistent ETIME
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-04-27 17:15:09 UTC
Size:
1.00 KB
patch
obsolete
>Index: textproc/htdig/files/patch-db_mut__pthread.c >=================================================================== >--- textproc/htdig/files/patch-db_mut__pthread.c (nonexistent) >+++ textproc/htdig/files/patch-db_mut__pthread.c (working copy) >@@ -0,0 +1,15 @@ >+--- db/mut_pthread.c.orig 2002-02-02 18:18:05 UTC >++++ db/mut_pthread.c >+@@ -201,7 +201,11 @@ CDB___db_pthread_mutex_lock(mutexp) >+ * call, and Solaris delivers the signal to the wrong >+ * LWP. >+ */ >+- if (ret != 0 && ret != ETIME && ret != ETIMEDOUT) >++ if (ret != 0 && >++#ifndef __FreeBSD__ >++ ret != ETIME && >++#endif >++ ret != ETIMEDOUT) >+ return (ret); >+ } >+ > >Property changes on: textproc/htdig/files/patch-db_mut__pthread.c >___________________________________________________________________ >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 209101
: 169762