summaryrefslogtreecommitdiff
path: root/security/skey/patches/patch-ac
blob: 6747d15364fc40f2650a44b7349550cdf7af1ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1 2006/07/09 13:39:06 schwarz 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