[BACK]Return to getwd.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / compat-43

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

Diff for /src/lib/libc/compat-43/getwd.c between version 1.14 and 1.15

version 1.14, 2003/08/07 16:42:39 version 1.15, 2012/06/25 22:32:43
Line 51  __warn_references(getwd,
Line 51  __warn_references(getwd,
     "warning: getwd() possibly used unsafely, consider using getcwd()")      "warning: getwd() possibly used unsafely, consider using getcwd()")
   
 char *  char *
 getwd(buf)  getwd(char *buf)
         char *buf;  
 {  {
         char *p;          char *p;
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>