Re: [PATCH hurd 01/11] Initialize a few error variables to avoid GCC warnings

2023-12-29 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le ven. 29 déc. 2023 16:20:55 -0500, a ecrit: > --- > ext2fs/pager.c | 2 +- > fatfs/pager.c | 2 +- > trans/random.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/ext2fs/pager.c b/ext2fs/pager.c > index 2869f4d..61db0df 100644 > ---

[PATCH hurd 01/11] Initialize a few error variables to avoid GCC warnings

2023-12-29 Thread Flavio Cruz
--- ext2fs/pager.c | 2 +- fatfs/pager.c | 2 +- trans/random.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext2fs/pager.c b/ext2fs/pager.c index 2869f4d..61db0df 100644 --- a/ext2fs/pager.c +++ b/ext2fs/pager.c @@ -170,7 +170,7 @@ static error_t file_pager_read_page