diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-19 20:44:01 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-19 20:44:01 +0100 |
commit | 83bb5da5864ca4febc9361c2ece94f04434cb6a6 (patch) | |
tree | f1cfaa24f957bc2142af291e584b0a3ebeae62d6 /client | |
parent | 726e9f506014683f7f83bfd3633d0f6881ab187f (diff) | |
download | mariadb-git-83bb5da5864ca4febc9361c2ece94f04434cb6a6.tar.gz |
Fix compatibility problem with older HPUX
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index 7d5e35befbb..84447f15ffc 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -73,7 +73,7 @@ #define QUERY_REAP_FLAG 2 #ifndef HAVE_SETENV -static int setenv(const char *name, const char *value, int overwrite) +static int setenv(const char *name, const char *value, int overwrite); #endif enum { |