2013-09-26 17:14:40 +02:00

14 lines
510 B
Plaintext

$NetBSD: patch-bk,v 1.1 2010/12/22 04:28:53 jnemeth Exp $
--- main/db1-ast/include/db.h.orig 2006-08-21 02:11:39.000000000 +0000
+++ main/db1-ast/include/db.h
@@ -55,7 +55,7 @@
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
-#if (!defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__APPLE__))
+#if (!defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__DragonFly__))
typedef __signed char int8_t;
typedef short int16_t;
typedef int int32_t;