TYPESIZE
char owner[TYPESIZE];
char group[TYPESIZE];
if (check_user && (strncmp(i->owner, j->owner, TYPESIZE) != 0))
if (check_group && (strncmp(i->group, j->group, TYPESIZE) != 0))
char maj[TYPESIZE], min[TYPESIZE];