On Tue, Nov 14, 2023 at 9:58 AM Michael Tokarev <[email protected]> wrote:
> Fixes: a99d74034754 "bsd-user: Implement do_obreak function" > Fixes: 8632729060bf "bsd-user: Implement freebsd_exec_common, used in > implementing execve/fexecve." > Fixes: bf14f13d8be8 "bsd-user: Implement stat related syscalls" > Cc: Stacey Son <[email protected]> > Cc: Warner Losh <[email protected]> > Cc: Kyle Evans <[email protected]> > Signed-off-by: Michael Tokarev <[email protected]> > --- > bsd-user/bsd-mem.h | 2 +- > bsd-user/freebsd/os-proc.c | 2 +- > bsd-user/freebsd/os-stat.h | 6 +++--- > 3 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Warner Losh <[email protected]> These changes are fine, and won't have any hassles with merging to our not-yet-merged branch.
