summaryrefslogtreecommitdiff
path: root/sql/hostname.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-02-20 23:42:06 +0100
committerserg@serg.mylan <>2004-02-20 23:42:06 +0100
commitfc16e4ded3531e041ef263c180eac8be58a52d6c (patch)
tree5a9e5e65b87b27e63886ec475aa17b69a7aabae9 /sql/hostname.cc
parent49429da9880c90d65ba0869b3507b468d633cdb5 (diff)
downloadmariadb-git-fc16e4ded3531e041ef263c180eac8be58a52d6c.tar.gz
fix for --open-files-limit and broken query_cache_merge.test
Diffstat (limited to 'sql/hostname.cc')
-rw-r--r--sql/hostname.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/hostname.cc b/sql/hostname.cc
index c9cb2a43963..c74d230bbcb 100644
--- a/sql/hostname.cc
+++ b/sql/hostname.cc
@@ -27,9 +27,6 @@
extern "C" { // Because of SCO 3.2V4.2
#endif
#if !defined( __WIN__) && !defined(OS2)
-#if !defined(__NETWARE__)
-#include <sys/resource.h>
-#endif /* __NETWARE__ */
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif