PERFORCE change 80528 for review
Christian S.J. Peron
csjp at FreeBSD.org
Tue Jul 19 15:00:56 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80528
Change 80528 by csjp at csjp_xor on 2005/07/19 15:00:00
Return after removing dependencies
Affected files ...
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.c#12 edit
Differences ...
==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.c#12 (text+ko) ====
@@ -184,6 +184,7 @@
MAC_CHKEXEC_DEP);
if (error < 0)
warn("extattr_delete_file failed");
+ return;
}
if (syscall(SYS_mac_syscall, "mac_chkexec", 0, pathname) < 0)
warn("%s", pathname);
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