#
8f46313c |
| 23-Nov-2020 |
David Hanisch <titanic@dh-werder.de> |
syslog: prevent from unneccessary open of syslog door
The syslog door is opened and tested to see if syslogd is ok. If not ok and if requested (LOG_CONS flag set), the syslog is done to console.
Th
syslog: prevent from unneccessary open of syslog door
The syslog door is opened and tested to see if syslogd is ok. If not ok and if requested (LOG_CONS flag set), the syslog is done to console.
The test is not needed in case the log to console is not requested. The order is changed to prevent this open.
refs #4300
(cherry picked from commit 310b5d4ba901bd238aa6797fc3c077054b1ab875)
show more ...
|
#
8793b36b |
| 18-Sep-2008 |
Nick Todd <Nick.Todd@Sun.COM> |
6733185 Further cleanup of SUN Studio 12 lint warnings in ON source. 6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally export
6733185 Further cleanup of SUN Studio 12 lint warnings in ON source. 6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
show more ...
|