Re: [PATCH] bootstrap: Fix patching warnings

2023-06-22 Thread Daniel Kiper
On Thu, Jun 22, 2023 at 01:15:05PM -0400, Alec Brown wrote: > On Thu, Jun 15, 2023 at 04:47:09PM +0200, Daniel Kiper wrote: > > Currently bootstrap complains in the following way when > > patching gnulib files: > > > > patching file argp-help.c > > Hunk #1 succeeded at 52 (offset 1 line). > >

Re: [PATCH] bootstrap: Fix patching warnings

2023-06-22 Thread Alec Brown
On Thu, Jun 15, 2023 at 04:47:09PM +0200, Daniel Kiper wrote: > Currently bootstrap complains in the following way when > patching gnulib files: > > patching file argp-help.c > Hunk #1 succeeded at 52 (offset 1 line). > Hunk #2 succeeded at 1548 (offset 115 lines). > patching file mbswidth

[PATCH] bootstrap: Fix patching warnings

2023-06-15 Thread Daniel Kiper
Currently bootstrap complains in the following way when patching gnulib files: patching file argp-help.c Hunk #1 succeeded at 52 (offset 1 line). Hunk #2 succeeded at 1548 (offset 115 lines). patching file mbswidth.c patching file mbswidth.h Hunk #1 succeeded at 40 (offset -5 lines).