[BACK]Return to confstr.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/confstr.c between version 1.9 and 1.10

version 1.9, 1998/11/12 15:38:44 version 1.10, 2000/01/22 22:19:09
Line 53  __RCSID("$NetBSD$");
Line 53  __RCSID("$NetBSD$");
 #include <unistd.h>  #include <unistd.h>
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(confstr,_confstr);  __weak_alias(confstr,_confstr)
 #endif  #endif
   
 size_t  size_t

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>