|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.44, 2007/06/03 17:39:26 | version 1.45, 2007/10/26 19:48:14 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| #ifdef _FORTIFY_SOURCE | #if defined(_FORTIFY_SOURCE) && !defined(__lint__) | ||
| #undef getcwd | #undef getcwd | ||
| #define getcwd _getcwd | #define getcwd _getcwd | ||
| #endif | #endif |