[BACK]Return to assert.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libsa

Diff for /prex-old/usr/lib/libsa/assert.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:49 version 1.1.1.1.2.1, 2008/08/13 17:12:39
Line 29 
Line 29 
   
 #include <sys/syslog.h>  #include <sys/syslog.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <assert.h>
   
 void  void
 __assert(const char *file, int line, const char *exp)  __assert(const char *file, int line, const char *exp)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb