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

Dear Maintainer,

>From 4a86cb235c7fe0faaa4cff0c5fff8c52ccf59e2b Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Tue, 16 Mar 2021 23:01:30 +0000
>Subject: [PATCH] hdbmint.h: add a type declaration to an empty parenthesis

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

diff --git a/hdbmint.h b/hdbmint.h
index afb3aaf..99a5a84 100644
--- a/hdbmint.h
+++ b/hdbmint.h
@@ -69,5 +69,6 @@ HASHTABLE {
     HASHENT       **ht_addr;   /* array of HASHENT pointers */
     unsigned        ht_size;
     unsigned char   ht_magic;
-    unsigned        (*ht_hash) ();
+/*    unsigned        (*ht_hash) (); original line */
+    unsigned        (*ht_hash) (HDBMDATUM);
 };
-- 
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