stop using __u32 etc. uint32_t is there for a reason

This commit is contained in:
Denis Vlasenko
2006-12-31 18:57:37 +00:00
parent 806116b234
commit 98ee06d3d4
16 changed files with 160 additions and 177 deletions

View File

@ -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