aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-31 13:32:11 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-31 13:32:11 +0000
commitefb40d0fe59817d10d6bcf2d545ae4ac0a887553 (patch)
tree8b96ade1ef4f07a1645bf7bdbfc34fcaa2b725db /db1-ast
parent116b73cebbd211cbbeaaba949acc84178cf24784 (diff)
Merge NetBSD and Courtesty tone with modifications (bug #2329)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3686 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast')
-rwxr-xr-xdb1-ast/include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/include/db.h b/db1-ast/include/db.h
index 06ae36b82..d1258d2a6 100755
--- a/db1-ast/include/db.h
+++ b/db1-ast/include/db.h
@@ -51,7 +51,7 @@
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
-#if (!defined(__FreeBSD__) && !defined(__APPLE__))
+#if (!defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__APPLE__))
typedef __signed char int8_t;
typedef unsigned char u_int8_t;
typedef short int16_t;