summaryrefslogtreecommitdiff
path: root/mysys/my_copy.c
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:17:56 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-07-15 08:17:56 -0300
commitbdab1de458317c2dc7074eb54cec908ca320272e (patch)
tree3aa253051eb3b21b8922b119547ba34b3aa746a3 /mysys/my_copy.c
parent13f7a1d2447c002adc36dd1bd51305edbc8e8636 (diff)
downloadmariadb-git-bdab1de458317c2dc7074eb54cec908ca320272e.tar.gz
WL#5486: Remove code for unsupported platforms
Remove Zortech specific code.
Diffstat (limited to 'mysys/my_copy.c')
-rw-r--r--mysys/my_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_copy.c b/mysys/my_copy.c
index a6811694fe1..96d7547c90e 100644
--- a/mysys/my_copy.c
+++ b/mysys/my_copy.c
@@ -106,7 +106,7 @@ int my_copy(const char *from, const char *to, myf MyFlags)
#if !defined(__WIN__)
res= chown(to, stat_buff.st_uid,stat_buff.st_gid); /* Copy ownership */
#endif
-#if !defined(VMS) && !defined(__ZTC__)
+#if !defined(VMS)
if (MyFlags & MY_COPYTIME)
{
struct utimbuf timep;