Index: head/x11-fm/doublecmd/files/patch-src_platform_unix_upollthread.pas =================================================================== --- head/x11-fm/doublecmd/files/patch-src_platform_unix_upollthread.pas (nonexistent) +++ head/x11-fm/doublecmd/files/patch-src_platform_unix_upollthread.pas (revision 527948) @@ -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 Property changes on: head/x11-fm/doublecmd/files/patch-src_platform_unix_upollthread.pas ___________________________________________________________________ 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