Re: [PATCH 13/17] bsd-user: target_mprotect: rename prot to target_prot

2024-08-04 Thread Richard Henderson
On 8/3/24 09:56, Warner Losh wrote: Linux-user's target_mprotect uses this convention, so move to it. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 13/17] bsd-user: target_mprotect: rename prot to target_prot

2024-08-02 Thread Warner Losh
Linux-user's target_mprotect uses this convention, so move to it. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index ed8d31a9048..d34075c5c64 100644 --- a/bsd-user/mmap.c ++