Date: Mon, 7 Oct 2002 14:08:47 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 18885 for review Message-ID: <200210072108.g97L8lBm064737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18885 Change 18885 by green@green_laptop_2 on 2002/10/07 14:08:12 Add back FTS_XDEV; the behavior shouldn't have changed (will fix w/ the Makefile). Affected files ... .. //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#6 edit Differences ... ==== //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#6 (text+ko) ==== @@ -395,7 +395,7 @@ fclose(fp); /* Walk the file tree, calling apply_spec on each file. */ - fts = fts_open(fts_path, FTS_PHYSICAL, NULL); + fts = fts_open(fts_path, FTS_PHYSICAL | FTS_XDEV, NULL); while ((ftsent = fts_read(fts))) { apply_spec(ftsent); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210072108.g97L8lBm064737>