PERFORCE change 18562 for review
Brian Feldman
green at freebsd.org
Wed Oct 2 21:16:00 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18562
Change 18562 by green at green_laptop_2 on 2002/10/02 14:15:51
It appears we really intend to label across filesystems, so
don't turn that off.
Affected files ...
.. //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#5 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#5 (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 | FTS_XDEV, NULL);
+ fts = fts_open(fts_path, FTS_PHYSICAL, NULL);
while ((ftsent = fts_read(fts))) {
apply_spec(ftsent);
}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list