[BACK]Return to errc.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/errc.c between version 1.2 and 1.3

version 1.2, 2014/06/06 01:41:00 version 1.3, 2014/06/06 11:38:41
Line 46  __RCSID("$NetBSD$");
Line 46  __RCSID("$NetBSD$");
 __weak_alias(errc, _errc)  __weak_alias(errc, _errc)
 #endif  #endif
   
 #if !defined(HAVE_ERR_H) || !defined(HAVE_DECL_ERRC)  #if !HAVE_ERR_H || !HAVE_DECL_ERRC
 __dead void  __dead void
 errc(int eval, int code, const char *fmt, ...)  errc(int eval, int code, const char *fmt, ...)
 {  {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>