summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_signal.c')
-rw-r--r--sys/compat/svr4/svr4_signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_signal.c b/sys/compat/svr4/svr4_signal.c
index 8a855bf..0273a7a 100644
--- a/sys/compat/svr4/svr4_signal.c
+++ b/sys/compat/svr4/svr4_signal.c
@@ -299,7 +299,7 @@ svr4_sys_sigaction(p, uap)
for (i = 0; i < 4; i++)
DPRINTF(("\tssa_mask[%d] = %lx\n", i,
nisa->ssa_mask.bits[i]));
- DPRINTF(("\tssa_handler = %lx\n", nisa->ssa_handler));
+ DPRINTF(("\tssa_handler = %p\n", nisa->ssa_handler));
}
#endif
OpenPOWER on IntegriCloud