mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
The size parameter from sock_recvmsg() was removed from Linux kernel API since 4.7. This commit adjusts the existing 0004-Port-one-one_udp.c-to-Linux-4.1.patch to fix the build with Linux >= 4.7. Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com> [Thomas: improved commit title/log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>