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

Dear Maintainer,

>From e0c34ce475847a65f26f5de685dae047fa22060d Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Wed, 17 Mar 2021 01:47:26 +0000
>Subject: [PATCH] prefix.c: remove the prototype for *tmp_directory; add a
> comment

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

diff --git a/prefix.c b/prefix.c
index b8fedb4..69480c5 100644
--- a/prefix.c
+++ b/prefix.c
@@ -16,7 +16,6 @@ extern char    *help_directory;
 extern char    *bin_directory;
 extern char    *db_directory;
 extern char    *db_data_directory;
-extern char    *tmp_directory;
 extern char    *log_file;
 
 #define SHELL_PREFIX   0x01
@@ -149,6 +148,10 @@ main(int argc, char *argv[])
     exit(0);
 }
 
+/* The following function definitions are necessary for making "mkprefix"
+from "prefix.o" and "global.o" and linking.
+*/
+
 void
 nn_exit(int n)
 {
-- 
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

Reply via email to