summaryrefslogtreecommitdiff
path: root/archivers/archangel/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/archangel/patches/patch-ae')
-rw-r--r--archivers/archangel/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/archangel/patches/patch-ae b/archivers/archangel/patches/patch-ae
new file mode 100644
index 00000000000..b2d4afb5101
--- /dev/null
+++ b/archivers/archangel/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2005/10/31 14:31:47 tv Exp $
+
+--- aa.h.orig 2005-07-23 04:23:16.000000000 -0400
++++ aa.h
+@@ -30,6 +30,10 @@
+ #ifndef AA_H_
+ #define AA_H_
+
++#if !HAVE_UINT64_T && HAVE_U_INT64_T
++#define uint64_t u_int64_t
++#endif
++
+ #define KB(x) ((x) * 1024)
+ #define MB(x) ((x) * 1024 * 1024)
+