summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/patches/patch-am')
-rw-r--r--editors/xemacs/patches/patch-am6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/patches/patch-am b/editors/xemacs/patches/patch-am
index 69291a86845..7302234e889 100644
--- a/editors/xemacs/patches/patch-am
+++ b/editors/xemacs/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.2 2003/12/22 07:08:30 uebayasi Exp $
+$NetBSD: patch-am,v 1.3 2007/02/15 14:27:48 joerg Exp $
--- src/database.c.orig Thu Jun 19 12:34:42 2003
+++ src/database.c
@@ -7,7 +7,7 @@ $NetBSD: patch-am,v 1.2 2003/12/22 07:08:30 uebayasi Exp $
#define __BIT_TYPES_DEFINED__
#include <inttypes.h>
-#ifndef __FreeBSD__
-+#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__))
++#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__))
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
@@ -15,7 +15,7 @@ $NetBSD: patch-am,v 1.2 2003/12/22 07:08:30 uebayasi Exp $
typedef uint64_t u_int64_t;
-#endif
#endif /* WE_DONT_NEED_QUADS */
-+#endif /* !(__FreeBSD__ || __NetBSD__ || __OpenBSD__) */
++#endif /* !(__FreeBSD__ || __NetBSD__ || __OpenBSD__ || __DragonFly__) */
#endif /* HAVE_INTTYPES_H */
#endif /* !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1) */
/* Berkeley DB wants __STDC__ to be defined; else if does `#define const' */