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 @
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
---
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;
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