mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
HAVE_GETWD -> HAVE_GETCWD
This commit is contained in:
4
sudo.h
4
sudo.h
@@ -188,8 +188,8 @@ struct generic_alias {
|
|||||||
#ifndef HAVE_STRDUP
|
#ifndef HAVE_STRDUP
|
||||||
char *strdup __P((const char *));
|
char *strdup __P((const char *));
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_GETWD
|
#ifndef HAVE_GETCWD
|
||||||
char *getwd __P((char *));
|
char *getcwd __P((char *, size_t size));
|
||||||
#endif
|
#endif
|
||||||
#if !defined(HAVE_PUTENV) && !defined(HAVE_SETENV)
|
#if !defined(HAVE_PUTENV) && !defined(HAVE_SETENV)
|
||||||
int putenv __P((const char *));
|
int putenv __P((const char *));
|
||||||
|
Reference in New Issue
Block a user