2
0
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:
Todd C. Miller
1998-09-07 02:51:05 +00:00
parent 6dc57e6eaf
commit 0c040bfc59

4
sudo.h
View File

@@ -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 *));