FreeBSD Bugzilla – Attachment 212217 Details for
Bug 244655
x11-fm/doublecmd: fix build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build
doublecmd-0.9.8_1.patch (text/plain), 673 bytes, created by
Beñat Gonzalez Etxepare
on 2020-03-07 12:23:39 UTC
(
hide
)
Description:
Fix build
Filename:
MIME Type:
Creator:
Beñat Gonzalez Etxepare
Created:
2020-03-07 12:23:39 UTC
Size:
673 bytes
patch
obsolete
>Index: files/patch-src_platform_unix_upollthread.pas >=================================================================== >--- files/patch-src_platform_unix_upollthread.pas (nonexistent) >+++ files/patch-src_platform_unix_upollthread.pas (working copy) >@@ -0,0 +1,11 @@ >+--- src/platform/unix/upollthread.pas.orig 2019-12-08 11:40:55 UTC >++++ src/platform/unix/upollthread.pas >+@@ -161,7 +161,7 @@ begin >+ // Create pipe for user triggered fake event >+ FEventPipe[0] := -1; >+ FEventPipe[1] := -1; >+- if fpPipe(FEventPipe) < 0 then >++ if fpPipe(FEventPipe, 0) < 0 then >+ Print(SysErrorMessage(fpGetErrNo)) >+ else begin >+ // Set both ends of pipe non blocking
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
Flags:
bbtruk
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 244655
: 212217