summaryrefslogtreecommitdiff
path: root/extra/resolveip.c
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-05-27 10:02:00 +0300
committerunknown <monty@hundin.mysql.fi>2002-05-27 10:02:00 +0300
commit38fad3332171b912e5342359b1dccb75ace7fbde (patch)
treecc8ec15699fa14c27ce241d7eb584550d1a6286d /extra/resolveip.c
parente3b5fd8696a36d06bd9993edd16ca7d51955bf15 (diff)
downloadmariadb-git-38fad3332171b912e5342359b1dccb75ace7fbde.tar.gz
Split raid C function to separate file to make things more portable.
Fixed some portability things in my_gethostbyname_r Portability fix for type_decimal.test BUILD/SETUP.sh: Fixes for gcc 3.1 extra/resolveip.c: Cleanup include/my_net.h: Portability fix for SCO mysql-test/t/type_decimal.test: Portability fix for FreeBSD mysys/Makefile.am: Portability fix for OSF1 mysys/raid.cc: Portability fix for OSF1
Diffstat (limited to 'extra/resolveip.c')
-rw-r--r--extra/resolveip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/resolveip.c b/extra/resolveip.c
index 2d21d5c672c..9bab5846c03 100644
--- a/extra/resolveip.c
+++ b/extra/resolveip.c
@@ -32,11 +32,6 @@
#include <netdb.h>
#include <getopt.h>
-#ifdef SCO
-#undef h_errno
-#define h_errno errno
-#endif
-
#if !defined(_AIX) && !defined(HAVE_UNIXWARE7_THREADS) && !defined(HAVE_UNIXWARE7_POSIX) && !defined(h_errno)
extern int h_errno;
#endif