summaryrefslogtreecommitdiff
path: root/mail/perdition/patches/patch-perdition_db_gdbm_perditiondb_gdbm_h
blob: c94d3aef9b9ade0cd8cc632b4f46c4a75bf4d33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-perdition_db_gdbm_perditiondb_gdbm_h,v 1.1 2011/10/14 04:42:10 dholland Exp $

Fix build with recent gdbm.

--- perdition/db/gdbm/perditiondb_gdbm.h~	2009-09-29 02:17:19.000000000 +0000
+++ perdition/db/gdbm/perditiondb_gdbm.h
@@ -30,9 +30,6 @@
 #include <ctype.h>
 #include <gdbm.h>
 
-extern gdbm_error gdbm_errno;
-extern char *gdbm_version;
-
 #ifndef PERDITIONDB_GDBM_SYSCONFDIR
 #define PERDITIONDB_GDBM_SYSCONFDIR "/usr/local/etc/perdition"
 #endif