mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Quiesce a printf warning from clang, %ul -> %lu
Phabric: https://phabric.freebsd.org/D472 Reviewed by: mahrens delphij
This commit is contained in:
parent
96d68291af
commit
20c74f8b4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269730
@ -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