lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 11 Sep 2020 11:36:32 +0200
From:   "Michael Kerrisk (man-pages)" <mtk.manpages@...il.com>
To:     Alejandro Colomar <colomar.6.4.3@...il.com>
Cc:     mtk.manpages@...il.com, linux-man@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 11/24] stat.2: wsfix

On 9/11/20 11:34 AM, Alejandro Colomar wrote:
> 
> Hi Michael,
> 
> On 2020-09-11 11:19, Michael Kerrisk (man-pages) wrote:
>> On 9/11/20 11:16 AM, Alejandro Colomar wrote:
>>> Hi Michael,
>>>
>>> On 2020-09-11 09:25, Michael Kerrisk (man-pages) wrote:
>>>> See my reply to patch 10/24.
>>>
>>> As with 10/24, here's the new version.
>>
>> Thanks, Alex. Applied.
>>
>> Cheers,
>>
>> Michael
> 
> I accidentally used a tab instead of spaces in my last commit.
> This fixes that by using only spaces.
> 
> Please apply this patch on top of (already applied) v2 11/24.

Thansk, Alex. Patch applied.

Cheers,

Michael

> ----------------------------------------------------------------------
>  From daad53ccc36a75a0a9928e0807de38925b9b1433 Mon Sep 17 00:00:00 2001
> From: Alejandro Colomar <colomar.6.4.3@...il.com>
> Date: Fri, 11 Sep 2020 11:29:40 +0200
> Subject: [PATCH v3 11/24] stat.2: wsfix
> 
> I accidentally used a tab instead of spaces in my last commit.
> This fixes that by using only spaces.
> 
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@...il.com>
> ---
>   man2/stat.2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/stat.2 b/man2/stat.2
> index 08af24c56..7e5417480 100644
> --- a/man2/stat.2
> +++ b/man2/stat.2
> @@ -665,7 +665,7 @@ main(int argc, char *argv[])
>       }
> 
>       printf("ID of containing device:  [%lx,%lx]\en",
> -	    (unsigned long) major(sb.st_dev),
> +            (unsigned long) major(sb.st_dev),
>               (unsigned long) minor(sb.st_dev));
> 
>       printf("File type:                ");
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ