|
|
| 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.44.4.1, 2007/11/06 23:11:13 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| #ifdef _FORTIFY_SOURCE | #if defined(_FORTIFY_SOURCE) && !defined(__lint__) | ||
| #undef getcwd | #undef getcwd | ||
| #define getcwd _getcwd | #define getcwd _getcwd | ||
| #endif | #endif |