[PATCH 21/24] bsd-user: Add bsd-misc.c to build

Warner Losh posted 24 patches 3 days, 16 hours ago
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Riku Voipio <riku.voipio@iki.fi>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
There is a newer version of this series
[PATCH 21/24] bsd-user: Add bsd-misc.c to build
Posted by Warner Losh 3 days, 16 hours ago
Build bsd-misc.c for routines to support System V IPC, UUID, quotactl,
reboot and getdtablesize.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
---
 bsd-user/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsd-user/meson.build b/bsd-user/meson.build
index 37b7cd6de8..00428fc2f8 100644
--- a/bsd-user/meson.build
+++ b/bsd-user/meson.build
@@ -8,6 +8,7 @@ common_user_inc += include_directories('include')
 
 bsd_user_ss.add(files(
   'bsd-mem.c',
+  'bsd-misc.c',
   'bsd-proc.c',
   'bsdload.c',
   'elfload.c',

-- 
2.52.0
Re: [PATCH 21/24] bsd-user: Add bsd-misc.c to build
Posted by Richard Henderson 3 days, 6 hours ago
On 2/6/26 03:26, Warner Losh wrote:
> Build bsd-misc.c for routines to support System V IPC, UUID, quotactl,
> reboot and getdtablesize.
> 
> Signed-off-by: Stacey Son <sson@FreeBSD.org>
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> ---
>   bsd-user/meson.build | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/bsd-user/meson.build b/bsd-user/meson.build
> index 37b7cd6de8..00428fc2f8 100644
> --- a/bsd-user/meson.build
> +++ b/bsd-user/meson.build
> @@ -8,6 +8,7 @@ common_user_inc += include_directories('include')
>   
>   bsd_user_ss.add(files(
>     'bsd-mem.c',
> +  'bsd-misc.c',
>     'bsd-proc.c',
>     'bsdload.c',
>     'elfload.c',
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~