File: Drop-dbm-leftovers.patch

package info (click to toggle)
fsvs 1.2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,452 kB
  • sloc: ansic: 16,683; sh: 5,914; perl: 757; makefile: 320; python: 90
file content (21 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From ce2459c179593d8811613982571914b6b0193179 Mon Sep 17 00:00:00 2001
From: Philipp Marek <philipp@marek.priv.at>
Date: Tue, 28 Oct 2025 13:49:20 +0100
Subject: [PATCH] Drop dbm leftovers.

---
 src/hash_ops.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/hash_ops.h b/src/hash_ops.h
index 3f035e7..9f33994 100644
--- a/src/hash_ops.h
+++ b/src/hash_ops.h
@@ -10,7 +10,6 @@
 #define __HASH_OPS_H
 
 #include "global.h"
-#include <db.h>
 
 /** \file
  * Hash operations header file.