PERFORCE change 91195 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 5 23:22:42 GMT 2006


http://perforce.freebsd.org/chv.cgi?CH=91195

Change 91195 by rwatson at rwatson_peppercorn on 2006/02/05 23:22:15

	Comment that xenix_eaccess() is probably meant to be implemented by
	kern_eaccess(), not kern_access().

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/i386/ibcs2/ibcs2_xenix.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/i386/ibcs2/ibcs2_xenix.c#4 (text+ko) ====

@@ -215,6 +215,9 @@
 	if (uap->flags & IBCS2_X_OK)
 		bsd_flags |= X_OK;
 
+	/*
+	 * XXXRW: This should probably be kern_eaccess()?
+	 */
 	CHECKALTEXIST(td, uap->path, &path);
 	error = kern_access(td, path, UIO_SYSSPACE, bsd_flags);
 	free(path, M_TEMP);
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