Messages in this thread Patch in this message |  | | Subject | [PATCH v3 11/24] stat.2: wsfix | From | Alejandro Colomar <> | Date | Fri, 11 Sep 2020 11:34:54 +0200 |
| |
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.
Thanks,
Alex ---------------------------------------------------------------------- From daad53ccc36a75a0a9928e0807de38925b9b1433 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar <colomar.6.4.3@gmail.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@gmail.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: "); -- 2.28.0
|  |