Date: Tue, 19 Jul 2005 15:00:56 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 80528 for review Message-ID: <200507191500.j6JF0uZP059693@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80528 Change 80528 by csjp@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507191500.j6JF0uZP059693>