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 --- include/thr_alarm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/thr_alarm.h') diff --git a/include/thr_alarm.h b/include/thr_alarm.h index a2694ba105b..fb906039269 100644 --- a/include/thr_alarm.h +++ b/include/thr_alarm.h @@ -98,7 +98,7 @@ void thr_end_alarm(thr_alarm_t *alarmed); void end_thr_alarm(my_bool free_structures); sig_handler process_alarm(int); #ifndef thr_got_alarm -bool thr_got_alarm(thr_alarm_t *alrm); +my_bool thr_got_alarm(thr_alarm_t *alrm); #endif -- cgit v1.2.1