summaryrefslogtreecommitdiff
path: root/source4/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/smb.h')
-rw-r--r--source4/include/smb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h
index 178fab1db1..55dd430d05 100644
--- a/source4/include/smb.h
+++ b/source4/include/smb.h
@@ -383,7 +383,7 @@ struct parm_struct
struct bitmap {
uint32_t *b;
- unsigned int n;
+ uint_t n;
};
#define FLAG_BASIC 0x0001 /* fundamental options */
@@ -855,7 +855,7 @@ struct bitmap {
struct nmb_name {
char name[17];
char scope[64];
- unsigned int name_type;
+ uint_t name_type;
};