aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-31 18:58:32 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-31 18:58:32 +0000
commit13463af29f1fd904cc0ea5e0bd0acdabd8431e53 (patch)
tree9ec9a96df5df0ee33bb5e31f89f9407d8cf48396 /include/platform.h
parent98ee06d3d46aa7f89c204681c7075b53300a6a6e (diff)
downloadbusybox-w32-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.tar.gz
busybox-w32-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.tar.bz2
busybox-w32-13463af29f1fd904cc0ea5e0bd0acdabd8431e53.zip
remove commented out #includes etc
move get_hz to the only caller
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/platform.h b/include/platform.h
index 9d8df4b7f..91d5f476d 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -133,13 +133,6 @@ typedef int socklen_t;
133#endif 133#endif
134 134
135/* ---- Compiler dependent settings ------------------------- */ 135/* ---- Compiler dependent settings ------------------------- */
136//#ifndef __GNUC__
137//#if defined __INTEL_COMPILER
138//__extension__ typedef __signed__ long long __s64;
139//__extension__ typedef unsigned long long __u64;
140//#endif /* __INTEL_COMPILER */
141//#endif /* ifndef __GNUC__ */
142
143#if (defined __digital__ && defined __unix__) 136#if (defined __digital__ && defined __unix__)
144# undef HAVE_MNTENT_H 137# undef HAVE_MNTENT_H
145#else 138#else