[BACK]Return to assertions.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / isc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/isc/assertions.c between version 1.6 and 1.7

version 1.6, 2009/04/12 17:07:17 version 1.7, 2011/09/16 16:05:58
Line 41  __RCSID("$NetBSD$");
Line 41  __RCSID("$NetBSD$");
  * Forward.   * Forward.
  */   */
   
 static void default_assertion_failed(const char *, int, assertion_type,  __dead static void default_assertion_failed(const char *, int, assertion_type,
                                      const char *, int);                                       const char *, int);
   
 /*  /*

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

CVSweb <webmaster@jp.NetBSD.org>