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

version 1.6.2.3, 2002/06/21 18:18:12 version 1.7, 2002/01/28 22:45:28
Line 45  __RCSID("$NetBSD$");
Line 45  __RCSID("$NetBSD$");
 #ifndef __NO_NAMESPACE_H        /* XXX */  #ifndef __NO_NAMESPACE_H        /* XXX */
 #include "namespace.h"  #include "namespace.h"
 #endif  #endif
 #if HAVE_CONFIG_H  #if !HAVE_CONFIG_H
 #include "config.h"  
 #endif  
 #include <err.h>  #include <err.h>
 #include <stdarg.h>  #endif
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   
   #ifdef __STDC__
   #include <stdarg.h>
   #else
   #include <varargs.h>
   #endif
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(verrx, _verrx)  __weak_alias(verrx, _verrx)
 #endif  #endif

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

CVSweb <webmaster@jp.NetBSD.org>