summaryrefslogtreecommitdiff
path: root/sql-common/my_time.c
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-11-23 09:56:50 +0100
committerunknown <msvensson@neptunus.(none)>2006-11-23 09:56:50 +0100
commitc9cc82f23567e32487c2ae81d85ccb54e7be558e (patch)
tree03634efc37f1ca183dc575783853e70a06ffb507 /sql-common/my_time.c
parent6eaed8571272db5b674e1ffa9aadcb36b7cf88c9 (diff)
downloadmariadb-git-c9cc82f23567e32487c2ae81d85ccb54e7be558e.tar.gz
Fix my_system_gmt_sec function declaration to be same as definition
sql-common/my_time.c: Function declaration must be same as definition
Diffstat (limited to 'sql-common/my_time.c')
-rw-r--r--sql-common/my_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/my_time.c b/sql-common/my_time.c
index 2dd40c112de..003442e9330 100644
--- a/sql-common/my_time.c
+++ b/sql-common/my_time.c
@@ -780,7 +780,7 @@ long calc_daynr(uint year,uint month,uint day)
*/
my_time_t
my_system_gmt_sec(const MYSQL_TIME *t_src, long *my_timezone,
- bool *in_dst_time_gap)
+ my_bool *in_dst_time_gap)
{
uint loop;
time_t tmp= 0;