Quiesce a printf warning from clang, %ul -> %lu
Phabric: https://phabric.freebsd.org/D472 Reviewed by: mahrens delphij
This commit is contained in:
parent
9dd857db3d
commit
fc46ec7e36
@ -687,7 +687,7 @@ __dprintf(const char *file, const char *func, int line, const char *fmt, ...)
|
||||
if (dprintf_find_string("pid"))
|
||||
(void) printf("%d ", getpid());
|
||||
if (dprintf_find_string("tid"))
|
||||
(void) printf("%ul ", thr_self());
|
||||
(void) printf("%lu ", thr_self());
|
||||
#if 0
|
||||
if (dprintf_find_string("cpu"))
|
||||
(void) printf("%u ", getcpuid());
|
||||
|
Loading…
Reference in New Issue
Block a user