[DTrace-devel] [PATCH 5/7] module: fixing missing } when not using libctf

Kris Van Hees kris.van.hees at oracle.com
Tue Nov 18 16:38:05 UTC 2025


Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 libdtrace/dt_module.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libdtrace/dt_module.c b/libdtrace/dt_module.c
index e7d212e4..7ec1b550 100644
--- a/libdtrace/dt_module.c
+++ b/libdtrace/dt_module.c
@@ -1031,6 +1031,8 @@ dt_kern_module_find_ctf(dtrace_hdl_t *dtp, dt_module_t *dmp)
 		dt_dprintf("No BTF data for %s; "
 			   "looking for in-module CTF instead.\n",
 			   dmp->dm_name);
+#else
+	}
 #endif
 
 	/*
-- 
2.43.5




More information about the DTrace-devel mailing list