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

r890: convert samba4 to use [u]int8_t instead of [u]int8

metze
This commit is contained in:
Stefan Metzmacher
2004-05-25 17:50:17 +00:00
committed by Gerald (Jerry) Carter
parent af6f1f8a01
commit 2986c5f08c
65 changed files with 186 additions and 180 deletions

View File

@@ -309,7 +309,7 @@ char *sid_binstring(const struct dom_sid *sid)
/*******************************************************************
Check if ACE has OBJECT type.
********************************************************************/
BOOL sec_ace_object(uint8 type)
BOOL sec_ace_object(uint8_t type)
{
if (type == SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT ||
type == SEC_ACE_TYPE_ACCESS_DENIED_OBJECT ||