summaryrefslogtreecommitdiff
path: root/security/sks/patches/patch-ab
blob: 43b4153de2ccc79598d8de266012ef8b0e0703e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2012/06/16 18:55:30 pettai Exp $

--- bdb/dbstubs.c.orig	2002-10-01 02:10:14.000000000 +0200
+++ bdb/dbstubs.c
@@ -22,7 +22,7 @@
 
 #include <sys/types.h>
 #include <limits.h>
-#include <db.h>
+#include <db46/db.h>
 /* O_CREAT and others are not defined in db.h */
 #include <fcntl.h>