[BACK]Return to verr.c CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libc / gen

Diff for /prex-old/usr/lib/libc/gen/verr.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:47 version 1.1.1.1.2.1, 2008/08/13 17:12:37
Line 40 
Line 40 
 verr(eval, fmt, ap)  verr(eval, fmt, ap)
         int eval;          int eval;
         const char *fmt;          const char *fmt;
         _BSD_VA_LIST_ ap;          va_list ap;
   
 {  {
         int sverrno;          int sverrno;

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

CVSweb