Oh, that patch had a misspelling "alignasf"; fixed by installing the
attached further patch.
From 784f8c776223ba3234c7673664f1fd2a9629bcda Mon Sep 17 00:00:00 2001
From: Paul Eggert <[email protected]>
Date: Sun, 15 Jan 2023 11:53:40 -0800
Subject: [PATCH] sys_socket: fix typo
Fix typo in previous change.
---
modules/sys_socket | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/sys_socket b/modules/sys_socket
index ebb5d7d4a6..57ea690270 100644
--- a/modules/sys_socket
+++ b/modules/sys_socket
@@ -8,7 +8,7 @@ m4/sys_socket_h.m4
m4/sockpfaf.m4
Depends-on:
-alignasf
+alignasof
errno
extern-inline
gen-header
--
2.37.2