summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/loadparm.h')
-rw-r--r--source4/param/loadparm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.h b/source4/param/loadparm.h
index cbd017db7c..5e3bcea523 100644
--- a/source4/param/loadparm.h
+++ b/source4/param/loadparm.h
@@ -49,7 +49,7 @@ struct parm_struct {
void *ptr;
BOOL (*special)(const char *, char **);
const struct enum_list *enum_list;
- uint_t flags;
+ unsigned int flags;
union {
BOOL bvalue;
int ivalue;