mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r960: convert 'unsigned int' to uint_t in the most places
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
72d9c70fdd
commit
18062d2ed9
@@ -77,7 +77,7 @@ typedef int SIG_ATOMIC_T;
|
||||
|
||||
/* Treat a mode_t as an unsigned integer */
|
||||
|
||||
typedef unsigned int mode_t;
|
||||
typedef uint_t mode_t;
|
||||
|
||||
/* flags to tdb_store() */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user