Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove the note about eaccess(); no such thing ...
details: https://anonhg.NetBSD.org/src/rev/1086b7b16869
branches: trunk
changeset: 754433:1086b7b16869
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Apr 30 09:41:59 2010 +0000
description:
Remove the note about eaccess(); no such thing in NetBSD.
diffstat:
lib/libc/sys/access.2 | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 5a5f2630c00b -r 1086b7b16869 lib/libc/sys/access.2
--- a/lib/libc/sys/access.2 Fri Apr 30 07:16:35 2010 +0000
+++ b/lib/libc/sys/access.2 Fri Apr 30 09:41:59 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: access.2,v 1.24 2010/04/30 06:51:52 wiz Exp $
+.\" $NetBSD: access.2,v 1.25 2010/04/30 09:41:59 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -144,10 +144,6 @@
effective user or group ID, and perform actions directly rather than use
.Fn access
to simulate access checks for the real user or group ID.
-The
-.Fn eaccess
-system call
-likewise may be subject to races if used inappropriately.
.Pp
The
.Fn access
Home |
Main Index |
Thread Index |
Old Index