From owner-p4-projects Mon Oct 7 14: 8:49 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 299C137B404; Mon, 7 Oct 2002 14:08:48 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98FF37B401 for ; Mon, 7 Oct 2002 14:08:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C05143E42 for ; Mon, 7 Oct 2002 14:08:47 -0700 (PDT) (envelope-from green@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g97L8lCo064741 for ; Mon, 7 Oct 2002 14:08:47 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g97L8lBm064737 for perforce@freebsd.org; Mon, 7 Oct 2002 14:08:47 -0700 (PDT) Date: Mon, 7 Oct 2002 14:08:47 -0700 (PDT) Message-Id: <200210072108.g97L8lBm064737@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 18885 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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