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

@@ -51,7 +51,7 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
#include <assert.h>
#endif
#include <db.h>
#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"

View File

@@ -67,7 +67,7 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#include <assert.h>
#endif
#include <db.h>
#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"

View File

@@ -65,7 +65,7 @@ static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94";
#include <assert.h>
#endif
#include <db.h>
#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"

View File

@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)hash_func.c 8.2 (Berkeley) 2/21/94";
#include <sys/types.h>
#include <db.h>
#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"

View File

@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94";
#include <sys/types.h>
#include <db.h>
#include "../include/db.h"
u_int32_t __hash_log2 __P((u_int32_t));

View File

@@ -67,7 +67,7 @@ static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94";
#include <assert.h>
#endif
#include <db.h>
#include "../include/db.h"
#include "hash.h"
#include "page.h"
#include "extern.h"

View File

@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)hsearch.c 8.4 (Berkeley) 7/21/94";
#include <fcntl.h>
#include <string.h>
#include <db.h>
#include "../include/db.h"
#include "search.h"
static DB *dbp = NULL;