15 lines
305 B
Text
15 lines
305 B
Text
$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)
|
|
|