1
0
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:
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

@@ -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() */