Date: Sat, 4 Mar 2006 16:35:37 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92730 for review Message-ID: <200603041635.k24GZbtZ059931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92730 Change 92730 by rwatson@rwatson_zoo on 2006/03/04 16:35:27 Remove XXX comment -- jhb has now fixed this :-). Affected files ... .. //depot/projects/trustedbsd/audit3/sys/i386/ibcs2/ibcs2_xenix.c#6 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/i386/ibcs2/ibcs2_xenix.c#6 (text+ko) ==== @@ -215,9 +215,6 @@ if (uap->flags & IBCS2_X_OK) bsd_flags |= X_OK; - /* - * XXXRW: This should probably be kern_eaccess()? - */ CHECKALTEXIST(td, uap->path, &path); error = kern_eaccess(td, path, UIO_SYSSPACE, bsd_flags); free(path, M_TEMP);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603041635.k24GZbtZ059931>