From 8bab9322825090952b25aa7e54c9bcd2f367de8d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 May 2006 23:03:32 +0000 Subject: r15387: Fix installation of dcerpc headers, remove more instances of uint_t (This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22) --- source4/param/loadparm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param') 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; -- cgit