From dc4fa2cab2f049e28c7d57b184b83596c1ba1a0e Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 6 Feb 2008 14:25:32 +0000 Subject: [PATCH] #define -> typedef. thanks Alfred git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@671 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/compat/solaris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/compat/solaris.h b/core/compat/solaris.h index 249a193e..355b0aea 100644 --- a/core/compat/solaris.h +++ b/core/compat/solaris.h @@ -59,7 +59,7 @@ // No u_int64_t on Solaris. #ifndef u_int64_t -#define u_int64_t unsigned long long int +typedef unsigned long long int u_int64_t; #endif #endif