bug#39764: [PATCH] IBM Z DFLTCC: add STREQ definition

2020-05-29 Thread Jim Meyering
On Fri, May 29, 2020 at 3:23 AM Ilya Leoshkevich wrote: > > On Mon, 2020-02-24 at 10:36 +0100, Ilya Leoshkevich wrote: > > Commit 81c9fe4d0986 replaced !strcmp with STREQ in order to be > > compliant > > with the gnulib linter, however, gnulib does not provide STREQ! > > > > Quite a few gnulib .c

bug#39764: [PATCH] IBM Z DFLTCC: add STREQ definition

2020-05-29 Thread Ilya Leoshkevich
On Mon, 2020-02-24 at 10:36 +0100, Ilya Leoshkevich wrote: > Commit 81c9fe4d0986 replaced !strcmp with STREQ in order to be > compliant > with the gnulib linter, however, gnulib does not provide STREQ! > > Quite a few gnulib .c files contain private definitions of STREQ. > This > patch just goes w

bug#39764: [PATCH] IBM Z DFLTCC: add STREQ definition

2020-02-24 Thread Ilya Leoshkevich
Commit 81c9fe4d0986 replaced !strcmp with STREQ in order to be compliant with the gnulib linter, however, gnulib does not provide STREQ! Quite a few gnulib .c files contain private definitions of STREQ. This patch just goes with the flow and does the same in dfltcc.c. --- dfltcc.c | 2 ++ 1 file