#985171 nntp.c: remove repeated declaration of "*temp_directory"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-13 22:51:06 UTC
Severity:
normal
Tags:
#985171#5
Date:
2021-03-13 22:48:59 UTC
From:
To:
Dear Maintainer,
  123 | extern char    *db_directory, *tmp_directory, *news_active;
      |                                ^~~~~~~~~~~~~
In file included from nntp.c:36:
global.h:292:17: note: previous declaration of 'tmp_directory' was here
  292 | extern char    *tmp_directory;
      |                 ^~~~~~~~~~~~~

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

diff --git a/nntp.c b/nntp.c
index 54785e8..a320df4 100644
--- a/nntp.c
+++ b/nntp.c
@@ -120,7 +120,7 @@ static int      sort_art_list(register article_number * f1, register article_num
 static char    *strdup(char *);
 #endif				/* NeXT */