]> git.ipfire.org Git - thirdparty/chrony.git/commit
socket: rename sun variable to fix compilation on illumos
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 30 Jul 2025 12:23:45 +0000 (14:23 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 30 Jul 2025 12:46:59 +0000 (14:46 +0200)
commit9eaf8bc5210742152f8b5532266db89e348e945d
treec97e26d3777ed5cca5fd41468491bbd4eeff0395
parent54010586aa176b24463c93646492e87f3b1cfd41
socket: rename sun variable to fix compilation on illumos

"sun" is reserved on Solaris/illumos.

Fixes: 3dea7dd72373 ("socket: rework setting of struct sockaddr_un")
socket.c