summaryrefslogtreecommitdiff
path: root/security/skey/patches/patch-ac
blob: 150b0bae875a6f356f5bc0a35b8197f9c076a09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.2 2008/12/13 12:07:54 obache Exp $

--- defines.h.orig	2006-07-09 14:03:48.000000000 +0200
+++ defines.h	2006-07-09 14:06:42.000000000 +0200
@@ -64,6 +64,10 @@
 # endif
 #endif
 
+#ifdef MISSING_U_INT64_T
+typedef unsigned long long int  u_int64_t;
+#endif
+
 /* If sys/types.h does not supply u_intXX_t, supply them ourselves */
 #ifndef HAVE_U_INTXX_T
 # ifdef HAVE_UINTXX_T