From: Warner Losh <i...@bsdimp.com> Signed-off-by: Warner Losh <i...@bsdimp.com> --- bsd-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsd-user/strace.c b/bsd-user/strace.c index 2c3b59caf0..6a78dd7efa 100644 --- a/bsd-user/strace.c +++ b/bsd-user/strace.c @@ -128,7 +128,7 @@ static void print_syscall_ret_addr(const struct syscallname *name, abi_long ret) } } -#if 0 /* currently unused */ +#ifdef notyet /* currently unused */ static void print_syscall_ret_raw(struct syscallname *name, abi_long ret) { -- 2.22.1