Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/syslogd
Module Name: src
Committed By: msaitoh
Date: Fri Jul 3 10:18:05 UTC 2026
Modified Files:
src/usr.sbin/syslogd: syslogd.c
Log Message:
syslogd: Add missing SLIST_INIT()
Add missing SLIST_INIT() in main(). This is not a real bug
because the tls_opt is in BSS and SLIST_INIT() assign NULL.
Written by Masakazu OOHASHI at IIJ.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/usr.sbin/syslogd/syslogd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index