Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86031
Collapse All | Expand All

(-)findutils-4.2.20/find/find.c.orig (-2 / +2 lines)
Lines 1811-1818 process_dir (char *pathname, char *name, Link Here
1811
		   * doesn't really handle hard links with Unix semantics.
1811
		   * doesn't really handle hard links with Unix semantics.
1812
		   * In the latter case, -noleaf should be used routinely.
1812
		   * In the latter case, -noleaf should be used routinely.
1813
		   */
1813
		   */
1814
		  error(0, 0, _("WARNING: Hard link count is wrong for %s: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched."),
1814
		  error(0, 0, _("WARNING: Hard link count (%d) is wrong for %s: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched."),
1815
			parent);
1815
			statp->st_nlink, pathname);
1816
		  state.exit_status = 1; /* We know the result is wrong, now */
1816
		  state.exit_status = 1; /* We know the result is wrong, now */
1817
		  options.no_leaf_check = true;	/* Don't make same
1817
		  options.no_leaf_check = true;	/* Don't make same
1818
						   mistake again */
1818
						   mistake again */

Return to bug 86031