mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +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
|
||||
char *strdup __P((const char *));
|
||||
#endif
|
||||
#ifndef HAVE_GETWD
|
||||
char *getwd __P((char *));
|
||||
#ifndef HAVE_GETCWD
|
||||
char *getcwd __P((char *, size_t size));
|
||||
#endif
|
||||
#if !defined(HAVE_PUTENV) && !defined(HAVE_SETENV)
|
||||
int putenv __P((const char *));
|
||||
|
Reference in New Issue
Block a user