B_MAX_SYMLINKS
int32 linkLimit = B_MAX_SYMLINKS;
if ((count + 1) > B_MAX_SYMLINKS)
for (int i = 0; i < B_MAX_SYMLINKS; i++) {