summaryrefslogtreecommitdiff
path: root/source4/gtk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 05:22:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:39 -0500
commit8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb (patch)
treefa22e4096076a63a43629945c6b1c5e456dd20e2 /source4/gtk
parentec15008ec703b44ff3073bf074eda8adc8c5d00c (diff)
downloadsamba-8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb.tar.gz
samba-8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb.tar.bz2
samba-8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb.zip
r5300: more uint32 and system/filesys.h build fixes when developer mode is enabled
(This used to be commit 93931b1a741a3722c311ada80c4c9d3d670f91b2)
Diffstat (limited to 'source4/gtk')
-rw-r--r--source4/gtk/tools/gwcrontab.c2
1 files changed, 1 insertions, 1 deletions
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);