Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2002 08:28:03 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18470 for review
Message-ID:  <200210011528.g91FS3lG057123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18470

Change 18470 by cvance@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@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?200210011528.g91FS3lG057123>