Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From 29ed01b11175a050ee3e6d2edd7b6a08321afdc8 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Sun, 7 Mar 2021 15:24:55 +0000
>Subject: [PATCH] articles.c: comment out a redeclaration of a prototype for
> "test_article()"

  The prototype for "test_article()" is already in "newsrc.h".

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 articles.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/articles.c b/articles.c
index 8e36e15..b834ac4 100644
--- a/articles.c
+++ b/articles.c
@@ -39,7 +39,7 @@ article_header **articles;
 extern int      ignore_fancy_select;
 extern int      killed_articles;
 
-extern attr_type test_article(article_header *); /* defined in "newsrc.h" */
+/* extern attr_type test_article(article_header *); */ /* defined in 
"newsrc.h" */
 
 /*
  * memory management
-- 
2.30.1



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-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

Reply via email to