pkgsrc/security/skey/patches/patch-ac

15 lines
399 B
Text

$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