From 205d448b01b93e3aa10507e933337b51e885f9dd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 19 Feb 2008 18:45:11 +0100 Subject: fixes for build failures due to my yesterday's changeset forbidding bool in C. client/get_password.c: fix for build failure include/thr_alarm.h: fix for build failure libmysql/dll.c: fix for build failure libmysql/get_password.c: fix for build failure mysys/thr_alarm.c: fix for build failure --- libmysql/get_password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysql/get_password.c') diff --git a/libmysql/get_password.c b/libmysql/get_password.c index 4c251677a66..cbe5fce6949 100644 --- a/libmysql/get_password.c +++ b/libmysql/get_password.c @@ -118,7 +118,7 @@ char *get_tty_password(const char *opt_message) to will not include the eol characters. */ -static void get_password(char *to,uint length,int fd,bool echo) +static void get_password(char *to,uint length,int fd, my_bool echo) { char *pos=to,*end=to+length; -- cgit v1.2.1