[BACK]Return to syslog.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/syslog.c between version 1.57 and 1.58

version 1.57, 2017/01/12 01:58:39 version 1.58, 2017/01/12 18:16:52
Line 133  unlock(const struct syslog_data *data)
Line 133  unlock(const struct syslog_data *data)
 static struct syslog_fun _syslog_fun = {  static struct syslog_fun _syslog_fun = {
         timefun,          timefun,
         strerror_r,          strerror_r,
 #ifndef __lint__  
         _vsnprintf,  
 #else  
         vsnprintf,          vsnprintf,
 #endif  
         lock,          lock,
         unlock,          unlock,
 };  };

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVSweb <webmaster@jp.NetBSD.org>