Merged revisions 50781 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r50781 | tilghman | 2007-01-13 23:01:16 -0600 (Sat, 13 Jan 2007) | 2 lines

Bug 8814 - db should look for its header using a relative path, instead of the system path (Fixes FreeWRT)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@50782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-01-14 05:13:47 +00:00
parent 30e4f113a4
commit 3fb08d4e9d
31 changed files with 31 additions and 31 deletions

View File

@@ -39,7 +39,7 @@
#ifndef _NDBM_H
#define _NDBM_H 1
#include <db.h>
#include "db.h"
/* Map dbm interface onto db(3). */
#define DBM_RDONLY O_RDONLY