From 83bb5da5864ca4febc9361c2ece94f04434cb6a6 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Tue, 19 Jan 2010 20:44:01 +0100 Subject: [PATCH] Fix compatibility problem with older HPUX --- client/mysqltest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {