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 <[email protected]>
Signed-off-by: Warner Losh <[email protected]>
---
  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 <[email protected]>

r~

Reply via email to