mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
$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
|