- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
19 lines
587 B
Diff
19 lines
587 B
Diff
|
|
This patch addresses the following clang failure: tayga-0.9.2/nat64.c:119:6:
|
|
error: call to undeclared function 'writev'; ISO C99 and later do not support
|
|
implicit function declarations [-Wimplicit-function-declaration]
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
|
|
|
|
--- tayga.h 2023-09-29 14:38:05.005837695 +0200
|
|
+++ tayga-2.h 2023-09-29 14:37:45.560837257 +0200
|
|
@@ -20,6 +20,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/socket.h>
|
|
+#include <sys/uio.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <unistd.h>
|