PERFORCE change 18470 for review
Chris Vance
cvance at freebsd.org
Tue Oct 1 15:28:03 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18470
Change 18470 by cvance at cvance_laptop on 2002/10/01 08:27:33
Use extattr_set_link() instead of extattr_set_file(), now that it
is supported.
Affected files ...
.. //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sbin/sebsd_setfiles/setfiles.c#4 (text+ko) ====
@@ -172,7 +172,7 @@
* For now, skip it and over-write prior labels.
*/
- error = extattr_set_file(path, SEBSD_MAC_EXTATTR_NAMESPACE,
+ error = extattr_set_link(path, SEBSD_MAC_EXTATTR_NAMESPACE,
SEBSD_MAC_EXTATTR_NAME, spec[idx].context,
spec[idx].contextlen);
if (error != spec[idx].contextlen) {
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