[BACK]Return to verr.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/verr.c between version 1.6.2.2 and 1.6.2.3

version 1.6.2.2, 2002/03/22 20:42:14 version 1.6.2.3, 2002/06/21 18:18:12
Line 50  __RCSID("$NetBSD$");
Line 50  __RCSID("$NetBSD$");
 #endif  #endif
 #include <err.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>
   #include <stdarg.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #ifdef __STDC__  
 #include <stdarg.h>  
 #else  
 #include <varargs.h>  
 #endif  
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(verr, _verr)  __weak_alias(verr, _verr)
 #endif  #endif

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

CVSweb <webmaster@jp.NetBSD.org>