Re: [PATCH] convert k&R to ansi.

2022-05-02 Thread Samuel Thibault
Applied, thanks! Guy-Fleury Iteriteka, le lun. 02 mai 2022 09:55:43 +0200, a ecrit: > --- > util/atoi.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/util/atoi.c b/util/atoi.c > index e56f50d..507be6b 100644 > --- a/util/atoi.c > +++ b/util/atoi.c > @@ -90,9 +90,7 @

Re: [PATCH] mig: remove local definition of 'vprintf'

2022-05-02 Thread Samuel Thibault
Guy-Fleury Iteriteka, le lun. 02 mai 2022 09:27:57 +0200, a ecrit: > autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent. > see 'info autoconf AC_FUNC_VPRINTF' applied, thanks! > * Makefile.am: remove 'vprint.c' on src files. > configure.ac: remove 'AC_FUNC_VPRINTF' macro. > vprint.c: del

[PATCH] convert k&R to ansi.

2022-05-02 Thread Guy-Fleury Iteriteka
--- util/atoi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/util/atoi.c b/util/atoi.c index e56f50d..507be6b 100644 --- a/util/atoi.c +++ b/util/atoi.c @@ -90,9 +90,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ int -mach_atoi(cp, nump) -const u_char *cp;

[PATCH] mig: remove local definition of 'vprintf'

2022-05-02 Thread Guy-Fleury Iteriteka
autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent. see 'info autoconf AC_FUNC_VPRINTF' * Makefile.am: remove 'vprint.c' on src files. configure.ac: remove 'AC_FUNC_VPRINTF' macro. vprint.c: delete file. --- Makefile.am | 2 +- configure.ac | 4 - vprint.c | 433