mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
netperf: Fix build with std=gnu23
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
From ea9ce6ae6154660f2a1dc7a73aedf906cc935a72 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <khem.raj@oss.qualcomm.com>
|
||||
Date: Sun, 12 Apr 2026 16:38:28 -0700
|
||||
Subject: [PATCH] cleanup: modernize sendfile_tcp_stream signature from K&R to ANSI C style
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
|
||||
---
|
||||
src/nettest_bsd.c | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/nettest_bsd.c b/src/nettest_bsd.c
|
||||
index 36f5810..e7feb83 100644
|
||||
--- a/src/nettest_bsd.c
|
||||
+++ b/src/nettest_bsd.c
|
||||
@@ -4270,8 +4270,7 @@ Size (bytes)\n\
|
||||
all it knows, nothig is different. */
|
||||
|
||||
void
|
||||
-sendfile_tcp_stream(remote_host)
|
||||
- char remote_host[];
|
||||
+sendfile_tcp_stream (char remote_host[])
|
||||
{
|
||||
|
||||
char *tput_title = "\
|
||||
@@ -18,6 +18,7 @@ SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=ht
|
||||
file://0001-Makefile.am-add-ACLOCAL_AMFLAGS.patch \
|
||||
file://0001-Fix-too-many-arguments-error-occurring-in-gcc-15.patch \
|
||||
file://0001-Fix-multiple-definitions-with-enable-intervals.patch \
|
||||
file://0001-cleanup-modernize-sendfile_tcp_stream-signature-from.patch \
|
||||
"
|
||||
|
||||
SRCREV = "3bc455b23f901dae377ca0a558e1e32aa56b31c4"
|
||||
|
||||
Reference in New Issue
Block a user