CVS commit: src/usr.sbin/syslogd
"SAITOH Masanobu" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.