diff options
author | 2017-08-07 11:50:58 +0000 | |
---|---|---|
committer | 2017-08-07 11:50:58 +0000 | |
commit | 790489dc00da3a608a2b5d62397c7dc3ef2d8730 (patch) | |
tree | 0a05dc7e37bc9dbdeb9671c279c799e34f6f2b83 /lib/libc | |
parent | In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr. (diff) | |
download | wireguard-openbsd-790489dc00da3a608a2b5d62397c7dc3ef2d8730.tar.xz wireguard-openbsd-790489dc00da3a608a2b5d62397c7dc3ef2d8730.zip |
Turns out gcc complains about %02hhx. So simply use %02x instead. This is
accepted by both clang and gcc and safe given that varargs arguments are
promoted to int anyway. Using %h in the kernel is discouraged anyway according
to bluhm@.
Unbreaks the tree on gcc architectures.
ok pirofti@, bluhm@, florian@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions