1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r960: convert 'unsigned int' to uint_t in the most places

metze
This commit is contained in:
Stefan Metzmacher
2004-06-01 08:12:45 +00:00
committed by Gerald (Jerry) Carter
parent 72d9c70fdd
commit 18062d2ed9
35 changed files with 89 additions and 89 deletions

View File

@@ -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;
};