mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib: Align an integer type
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0b58dc38bb
commit
c89ae5f0f6
@ -210,7 +210,8 @@ typedef union {
|
||||
static ssize_t bsd_attr_list (int type, extattr_arg arg, char *list, size_t size)
|
||||
{
|
||||
ssize_t list_size, total_size = 0;
|
||||
int i, t, len;
|
||||
int i, len;
|
||||
size_t t;
|
||||
char *buf;
|
||||
/* Iterate through extattr(2) namespaces */
|
||||
for(t = 0; t < ARRAY_SIZE(extattr); t++) {
|
||||
|
Loading…
Reference in New Issue
Block a user