View | Details | Raw Unified | Return to bug 197336
Collapse All | Expand All

(-)lib/libc/gen/fts.c (+3 lines)
Lines 1156-1161 Link Here
1156
	struct _fts_private *priv;
1156
	struct _fts_private *priv;
1157
	const char **cpp;
1157
	const char **cpp;
1158
1158
1159
	if (ent->fts_nlink >= LINK_MAX)
1160
		return (0);
1161
1159
	priv = (struct _fts_private *)sp;
1162
	priv = (struct _fts_private *)sp;
1160
	/*
1163
	/*
1161
	 * If this node's device is different from the previous, grab
1164
	 * If this node's device is different from the previous, grab

Return to bug 197336