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

Dear Maintainer,

>From 971dc8c6aeeaa2222f94205e7e68f339ff928421 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Thu, 4 Mar 2021 03:31:02 +0000
>Subject: [PATCH] admin.c: remove a duplicate declaration of the array
> "group_path_name[]"

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 admin.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/admin.c b/admin.c
index 421aee1..2be9b72 100644
--- a/admin.c
+++ b/admin.c
@@ -44,9 +44,11 @@ static void     group_admin(register group_header * gh);
 static void     show_config(void);
 
 
+/* group_path_name[] is declared in "global.h" */
+
 extern char
                *master_directory, *db_directory, *db_data_directory, 
*bin_directory, *news_directory,
-               *news_lib_directory, *log_file, *news_active, *pager, 
group_path_name[];
+               *news_lib_directory, *log_file, *news_active, *pager;
 
 extern char    *exec_chdir_to;
 
-- 
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