diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-29 10:10:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-29 10:10:47 +0000 |
commit | 2d6d0728231ad89064267fb0df3090675a4f174b (patch) | |
tree | a9fce31bc7fdb5eb10c5dc75be6f08cc813bc330 /hurd/Makefile | |
parent | 5f75d1e2fdf4b188bb742a7d6626731bf5b392f6 (diff) | |
download | glibc-2d6d0728231ad89064267fb0df3090675a4f174b.tar.gz |
1998-11-28 Roland McGrath <roland@baalperazim.frob.com>
* 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.
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 85aa30ab88..3eeb445ca7 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -46,7 +46,7 @@ routines = hurdstartup hurdinit \ path-lookup \ setauth \ pid2task task2pid \ - getuids setuids getumask fchroot \ + geteuids seteuids getumask fchroot \ hurdsock hurdauth \ privports \ msgportdemux \ |