diff options
author | bar@mysql.com <> | 2006-04-19 12:51:30 +0500 |
---|---|---|
committer | bar@mysql.com <> | 2006-04-19 12:51:30 +0500 |
commit | b2315c6495efd7cce8e0d87632e7acd34e0cb317 (patch) | |
tree | aa3717f1534f94fec62b967dc70ad30b3dc4e7c7 | |
parent | a26f115a13b5e246ac437d4293906ea3f0119dd0 (diff) | |
download | mariadb-git-b2315c6495efd7cce8e0d87632e7acd34e0cb317.tar.gz |
my_access.c:
After merge fix.
-rw-r--r-- | mysys/my_access.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_access.c b/mysys/my_access.c index ddf3fc6622a..d2ade6c889b 100644 --- a/mysys/my_access.c +++ b/mysys/my_access.c @@ -54,7 +54,6 @@ int my_access(const char *path, int amode) #endif /* __WIN__ */ -#if defined(MSDOS) || defined(__WIN__) /* List of file names that causes problem on windows |