[BACK]Return to getcwd.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/getcwd.c between version 1.44 and 1.45

version 1.44, 2007/06/03 17:39:26 version 1.45, 2007/10/26 19:48:14
Line 201  loop:
Line 201  loop:
 }  }
   
   
 #ifdef _FORTIFY_SOURCE  #if defined(_FORTIFY_SOURCE) && !defined(__lint__)
 #undef getcwd  #undef getcwd
 #define getcwd _getcwd  #define getcwd _getcwd
 #endif  #endif

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb <webmaster@jp.NetBSD.org>