From 645de6d456ea0bd583ce728a51c2c5ed68c4eaef Mon Sep 17 00:00:00 2001 From: vda Date: Sun, 31 Dec 2006 18:57:37 +0000 Subject: stop using __u32 etc. uint32_t is there for a reason git-svn-id: svn://busybox.net/trunk/busybox@17117 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/platform.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/platform.h b/include/platform.h index 175440669..9d8df4b7f 100644 --- a/include/platform.h +++ b/include/platform.h @@ -133,12 +133,12 @@ typedef int socklen_t; #endif /* ---- Compiler dependent settings ------------------------- */ -#ifndef __GNUC__ -#if defined __INTEL_COMPILER -__extension__ typedef __signed__ long long __s64; -__extension__ typedef unsigned long long __u64; -#endif /* __INTEL_COMPILER */ -#endif /* ifndef __GNUC__ */ +//#ifndef __GNUC__ +//#if defined __INTEL_COMPILER +//__extension__ typedef __signed__ long long __s64; +//__extension__ typedef unsigned long long __u64; +//#endif /* __INTEL_COMPILER */ +//#endif /* ifndef __GNUC__ */ #if (defined __digital__ && defined __unix__) # undef HAVE_MNTENT_H -- cgit v1.2.3-55-g6feb