Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2006 23:22:42 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91195 for review
Message-ID:  <200602052322.k15NMgBs082593@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91195

Change 91195 by rwatson@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602052322.k15NMgBs082593>