remove commented out #includes etc

move get_hz to the only caller
This commit is contained in:
Denis Vlasenko
2006-12-31 18:58:32 +00:00
parent 98ee06d3d4
commit 13463af29f
6 changed files with 22 additions and 42 deletions

View File

@@ -133,13 +133,6 @@ 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__ */
#if (defined __digital__ && defined __unix__)
# undef HAVE_MNTENT_H
#else