From 2d6d0728231ad89064267fb0df3090675a4f174b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 29 Nov 1998 10:10:47 +0000 Subject: 1998-11-28 Roland McGrath * hurd/setuids.c: Renamed to ... * hurd/seteuids.c: this. (setuids): Renamed to seteuids. * hurd/getuids.c: Renamed to ... * hurd/geteuids.c: this. (__getuids): Renamed to geteuids, no aliases. * hurd/hurd.h (geteuids, seteuids): Declare them. * hurd/Versions: Replace getuids; __getuids with geteuids; seteuids. * hurd/Makefile (routines): Updated. --- hurd/hurd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hurd/hurd.h') diff --git a/hurd/hurd.h b/hurd/hurd.h index 98d726a592..10036a9ecf 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -155,6 +155,11 @@ extern int setcttyid (mach_port_t); extern int __setauth (auth_t), setauth (auth_t); +/* Get and set the effective UID set. */ +extern int geteuids (int __n, uid_t *__uidset); +extern int seteuids (int __n, const uid_t *__uidset); + + /* Split FILE into a directory and a name within the directory. The directory lookup uses the current root and working directory. If successful, stores in *NAME a pointer into FILE where the name -- cgit v1.2.3