If you call syslog() with a pointer to ctime()'s static buffer, it gets updated by syslog()'s call before copying the stuff out). From: Craig Leres <leres@ee.lbl.gov> The code contains '(void)sprintf
If you call syslog() with a pointer to ctime()'s static buffer, it gets updated by syslog()'s call before copying the stuff out). From: Craig Leres <leres@ee.lbl.gov> The code contains '(void)sprintf(...)' and (now) '(void)strftime(...)' casts, but sprintf() and strftime() both return a character count From: Donn Seeley <donn@BSDI.COM>
show more ...
|