[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.11 and 1.12

version 1.11, 1999/09/20 04:38:56 version 1.12, 2000/01/22 22:30:08
Line 51  __RCSID("$NetBSD$");
Line 51  __RCSID("$NetBSD$");
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #ifndef lint  
 __warn_references(getwd,  __warn_references(getwd,
     "warning: getwd() possibly used unsafely, consider using getcwd()");      "warning: getwd() possibly used unsafely, consider using getcwd()")
 #endif  
   
 char *  char *
 getwd(buf)  getwd(buf)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>