mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
c7f099a19c
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>