git: 5585afe6428b - main - linux(4): Prepare to retire linux32_copyinuio

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Sun, 20 Aug 2023 07:37:51 UTC
The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=5585afe6428bd04773e89b7bf20c3b211dc87f63

commit 5585afe6428bd04773e89b7bf20c3b211dc87f63
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-08-20 07:36:31 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-20 07:36:31 +0000

    linux(4): Prepare to retire linux32_copyinuio
    
    MFC after:              1 month
---
 sys/amd64/linux32/syscalls.master | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 5ebbe3f6e55d..679eda14202a 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -769,7 +769,7 @@
 145	AUE_READV	STD  {
 		int linux_readv(
 		    l_ulong fd,
-		    struct l_iovec32 *iovp,
+		    struct iovec32 *iovp,
 		    l_ulong iovcnt
 		);
 	}