- 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)
26 lines
568 B
Diff
26 lines
568 B
Diff
Implicit declaration compile warning fixes from Debian
|
|
|
|
Signed-off-by: Adrian Bunk <bunk@stusta.de>
|
|
Upstream-Status: Inappropriate [upstream is dead]
|
|
|
|
--- lrzsz-0.12.21.orig/lib/long-options.c
|
|
+++ lrzsz-0.12.21/lib/long-options.c
|
|
@@ -22,6 +22,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <getopt.h>
|
|
#include "long-options.h"
|
|
|
|
--- lrzsz-0.12.21.orig/src/lsyslog.c
|
|
+++ lrzsz-0.12.21/src/lsyslog.c
|
|
@@ -22,6 +22,7 @@
|
|
#ifdef ENABLE_SYSLOG
|
|
#include "zglobal.h"
|
|
#include <pwd.h>
|
|
+#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#endif
|