Re: [PATCH 14/17] bsd-user: target_mmap*: change prot to target_prot

2024-08-04 Thread Richard Henderson
On 8/3/24 09:56, Warner Losh wrote: Adopt the linux-user convention of using target_prot for passed in protections. no functional change. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 47 --- 1 file changed, 24 insertions(+), 23 deletions(-) Re

[PATCH 14/17] bsd-user: target_mmap*: change prot to target_prot

2024-08-02 Thread Warner Losh
Adopt the linux-user convention of using target_prot for passed in protections. no functional change. Signed-off-by: Warner Losh --- bsd-user/mmap.c | 47 --- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/bsd-user/mmap.c b/bsd-user/mm