mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
The `ssh_systemd_notify` function is causing compilation errors when built against GCC 14.1. This is due to an incompatible pointer type being passed to the connect function. The connect function expects a pointer to `struct sockaddr`, but was receiving a pointer to `struct sockaddr_un`. Signed-off-by: Sean Khan <datapronix@protonmail.com>