看板 DFBSD_commit 關於我們 聯絡資訊
commit 0b786fce6046d53fb9120e3d931303a0e676d538 Author: Aggelos Economopoulos <aoiko@cc.ece.ntua.gr> Date: Sun Jul 10 19:49:49 2011 +0200 ktrdump: fixup size modifiers for integers The 'j' modifier is actually {u,}intmax_t, not {s,}size_t. Correct that and add support for 'z' while at it. Summary of changes: usr.bin/ktrdump/ktrdump.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0b786fce6046d53fb9120e3d931303a0e676d538 -- DragonFly BSD source repository