]> Sergey Matveev's repositories - public-inbox.git/commitdiff
pop3: drop File::FcntlLock requirement for FreeBSD and Linux
authorEric Wong <e@80x24.org>
Thu, 21 Jul 2022 05:36:12 +0000 (05:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 21 Jul 2022 14:03:58 +0000 (14:03 +0000)
I know Linux has a stable ABI for this, and FreeBSD seems to,
too (*BSDs don't have stable syscall numbers, though).
I suspect this is safe enough for all *BSDs.

This is stricter than the MboxLock one since we use exact byte
ranges with these locks.


No differences found