Module Name:    src
Committed By:   kamil
Date:           Sat Nov 26 02:34:50 UTC 2016

Modified Files:
        src/tests/kernel: t_ptrace_wait.c

Log Message:
Print integers as hex with %#x rather than with plain %x

# if used with o, x or X specifiers the value is preceeded with 0, 0x or 0X
respectively for values different than zero.

Noted by <christos>

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/tests/kernel/t_ptrace_wait.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to