Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer,
>From d5b355b2c193ef3fd5430e9d3f4057618a2a1c92 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason <[email protected]> >Date: Wed, 24 Mar 2021 20:37:58 +0000 >Subject: [PATCH] nn.c: comment out the absent function "mal_debug()" Signed-off-by: Bjarni Ingi Gislason <[email protected]> --- nn.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nn.c b/nn.c index 8576046..6f3ebb8 100644 --- a/nn.c +++ b/nn.c @@ -774,9 +774,13 @@ main(int argc, char *argv[]) #endif +/* + * The function "mal_debug()" does not exist in this software, "nn". #ifdef MALDEBUG mal_debug(getenv("MALDEBUG") ? atoi(getenv("MALDEBUG")) : 0); #endif + * + */ pname = program_name(argv); -- 2.30.2 -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.19-1 (SMP w/2 CPU threads) Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) -- debconf information excluded -- Bjarni I. Gislason

