mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
now declare strdup as extern
This commit is contained in:
parent
f7abfbf818
commit
11dfd7ef4b
@ -61,6 +61,9 @@ extern char *getcwd();
|
|||||||
#else
|
#else
|
||||||
extern char *getwd();
|
extern char *getwd();
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef NEED_STRDUP
|
||||||
|
extern char *strdup();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************
|
/*******************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user