Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #232165

Category rsyslog
Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
Changed at Fri 13 Jun 2025 08:10:29
Repository https://github.com/rsyslog/rsyslog.git
Project rsyslog
Branch master
Revision 53d64899632db6165e073a5a43720557d6710661

Comments

omusrmsg: use utmpx on systems where available
- this is driven by Solaris: it does not provide UT_LINESIZE
- prefer utmpx when available and map setutent()/getutent()
- derive UT_LINESIZE from platform macros to compile on Solaris
- if nothing else helps, set UT_LINESIZE to 32
  Note that 32 is a somewhat save default, but not perfect.

Fixes https://github.com/rsyslog/rsyslog/issues/5678

Changed files