mirror of
https://github.com/mirror/make.git
synced 2024-12-29 14:30:42 +08:00
Formerly misc.c.~23~
This commit is contained in:
parent
81e8efbcdf
commit
d56535498b
10
misc.c
10
misc.c
@ -485,11 +485,13 @@ dep_name (dep)
|
||||
|
||||
#ifndef HAVE_UNISTD_H
|
||||
extern int getuid (), getgid (), geteuid (), getegid ();
|
||||
#ifdef USG
|
||||
extern int setuid (), setgid ();
|
||||
#else
|
||||
extern int setreuid (), setregid ();
|
||||
#endif /* USG. */
|
||||
#ifdef HAVE_SETREUID
|
||||
extern int setreuid ();
|
||||
#endif /* Have setreuid. */
|
||||
#ifdef HAVE_SETREGID
|
||||
extern int setregid ();
|
||||
#endif /* Have setregid. */
|
||||
#endif /* No <unistd.h>. */
|
||||
|
||||
/* Keep track of the user and group IDs for user- and make- access. */
|
||||
|
Loading…
Reference in New Issue
Block a user