diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-31 18:57:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-31 18:57:37 +0000 |
commit | 98ee06d3d46aa7f89c204681c7075b53300a6a6e (patch) | |
tree | 0f5cafbb22cd83fb73e024acba658c7a51582951 /include/platform.h | |
parent | 806116b23407bdf95f22646f11f50b1d14e1cfc2 (diff) | |
download | busybox-w32-98ee06d3d46aa7f89c204681c7075b53300a6a6e.tar.gz busybox-w32-98ee06d3d46aa7f89c204681c7075b53300a6a6e.tar.bz2 busybox-w32-98ee06d3d46aa7f89c204681c7075b53300a6a6e.zip |
stop using __u32 etc. uint32_t is there for a reason
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 12 |
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 |