From 8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 05:22:53 +0000 Subject: r5300: more uint32 and system/filesys.h build fixes when developer mode is enabled (This used to be commit 93931b1a741a3722c311ada80c4c9d3d670f91b2) --- source4/gtk/tools/gwcrontab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/gtk') diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index 063469e334..580bbc2ae3 100644 --- a/source4/gtk/tools/gwcrontab.c +++ b/source4/gtk/tools/gwcrontab.c @@ -41,7 +41,7 @@ void update_joblist(void) struct atsvc_JobEnum r; struct atsvc_enum_ctr ctr; int i; - uint32 resume_handle = 0; + uint32_t resume_handle = 0; gtk_list_store_clear(store_jobs); -- cgit