PERFORCE change 92730 for review
Robert Watson
rwatson at FreeBSD.org
Sat Mar 4 08:35:40 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92730
Change 92730 by rwatson at 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);
More information about the trustedbsd-cvs
mailing list