mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
536 B
C
14 lines
536 B
C
$NetBSD: patch-utils_db1-ast_include_db.h,v 1.1 2012/12/11 08:22:49 jnemeth Exp $
|
|
|
|
--- utils/db1-ast/include/db.h.orig 2011-07-06 20:58:12.000000000 +0000
|
|
+++ utils/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;
|