aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-19 06:06:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-19 06:06:50 +0000
commitc9d065d47db936f36806645de0bb3cfc89fbecae (patch)
treeb4dbae4e07bf09878175559ab059e74a688ea76e /db1-ast
parent698d4eca5731c35f0f1cf3ebb0487e532cc12435 (diff)
FreeBSD compatability fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1372 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast')
-rwxr-xr-xdb1-ast/include/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db1-ast/include/db.h b/db1-ast/include/db.h
index f00c4df9f..2a279b5aa 100755
--- a/db1-ast/include/db.h
+++ b/db1-ast/include/db.h
@@ -51,6 +51,7 @@
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
+#ifndef __FreeBSD__
typedef __signed char int8_t;
typedef unsigned char u_int8_t;
typedef short int16_t;
@@ -61,6 +62,7 @@ typedef unsigned int u_int32_t;
typedef long long int64_t;
typedef unsigned long long u_int64_t;
#endif
+#endif /* __FreeBSD__ */
#endif
#define MAX_PAGE_NUMBER 0xffffffff /* >= # of pages in a file */