On Mon, 13 Jun 2022 21:15:51 -0400, Taylor Blau wrote: > Since we are handling an error from fstat here, the errno variable > contains useful information that we should include in the error via > error_errno(). Appreciate for reminding this. Will fix. > The other error strings are marked for translation, but this one is not. > Was that intentional, or just a typo / oversight? It's an oversight. Will fix. > Same note here about using error_errno() instead of just error(). As same as the first one, will fix. Thanks.