aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-31 18:57:37 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-31 18:57:37 +0000
commit645de6d456ea0bd583ce728a51c2c5ed68c4eaef (patch)
tree0f5cafbb22cd83fb73e024acba658c7a51582951 /include
parent6d90558d35437d175b7b45838e3f2930253e9a94 (diff)
downloadbusybox-w32-645de6d456ea0bd583ce728a51c2c5ed68c4eaef.tar.gz
busybox-w32-645de6d456ea0bd583ce728a51c2c5ed68c4eaef.tar.bz2
busybox-w32-645de6d456ea0bd583ce728a51c2c5ed68c4eaef.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/platform.h12
1 files changed, 6 insertions, 6 deletions
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;
133#endif 133#endif
134 134
135/* ---- Compiler dependent settings ------------------------- */ 135/* ---- Compiler dependent settings ------------------------- */
136#ifndef __GNUC__ 136//#ifndef __GNUC__
137#if defined __INTEL_COMPILER 137//#if defined __INTEL_COMPILER
138__extension__ typedef __signed__ long long __s64; 138//__extension__ typedef __signed__ long long __s64;
139__extension__ typedef unsigned long long __u64; 139//__extension__ typedef unsigned long long __u64;
140#endif /* __INTEL_COMPILER */ 140//#endif /* __INTEL_COMPILER */
141#endif /* ifndef __GNUC__ */ 141//#endif /* ifndef __GNUC__ */
142 142
143#if (defined __digital__ && defined __unix__) 143#if (defined __digital__ && defined __unix__)
144# undef HAVE_MNTENT_H 144# undef HAVE_MNTENT_H