summaryrefslogtreecommitdiff
path: root/archivers/archangel/patches/patch-ae
blob: b2d4afb510149fe7c6984e54f15a2259854b3cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)