From: Joey Hess Date: Thu, 4 Sep 2025 20:56:19 +0000 (-0400) Subject: format X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~144 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b2e76e73f38b46da8b449b0976b17560935d9d5;p=git-annex.git format --- diff --git a/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment b/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment index 8ba69239de..1e95bdeab6 100644 --- a/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment +++ b/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment @@ -5,7 +5,7 @@ content=""" `openFile` is not the only one that would need to be dealt with. Also `withFile`, `openBinaryFile`, `withBinaryFile`, `appendFile`, -and `openTempFile`, `readFile, and `writeFile` (including `L.` versions). +and `openTempFile`, `readFile`, and `writeFile` (including `L.` versions). Since none of those provide a way to set CloseOnExec, they would have to be changed to be implemented using `openFd` with CloseOnExec, and