This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: bpf: Use C locale when determining Linux headers Author: James Le Cuirot <[email protected]> Date: Sun Nov 30 16:21:23 2025 +0000 Otherwise the sed pattern may not match. Signed-off-by: James Le Cuirot <[email protected]> Signed-off-by: Sean Young <[email protected]> utils/keytable/bpf_protocols/cc_sys_includes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=4310f15610f45284a858791d9c422ba4c981099c diff --git a/utils/keytable/bpf_protocols/cc_sys_includes.sh b/utils/keytable/bpf_protocols/cc_sys_includes.sh index 0a8fa27792dc..902b704e74f7 100755 --- a/utils/keytable/bpf_protocols/cc_sys_includes.sh +++ b/utils/keytable/bpf_protocols/cc_sys_includes.sh @@ -6,5 +6,5 @@ # # Use '-idirafter': Don't interfere with include mechanics except where the # build would have failed anyways. -"$@" -v -E - </dev/null 2>&1 \ +LC_ALL=C "$@" -v -E - </dev/null 2>&1 \ | sed -n '/<...> search starts here:/,/End of search list./{ s| \(/.*\)|-idirafter \1|p }' _______________________________________________ linuxtv-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
