diff options
author | 2018-12-05 06:44:09 +0000 | |
---|---|---|
committer | 2018-12-05 06:44:09 +0000 | |
commit | 316e41cd065d6c51909de88867314be44b2d20cc (patch) | |
tree | 04c99f5fc31dd2ac1ad91c8d17194e90be4c73b9 /sys/lib/libkern/strlcat.c | |
parent | Unbreak "savecore -c". Also add missing unveil(2) for the raw device. (diff) | |
download | wireguard-openbsd-316e41cd065d6c51909de88867314be44b2d20cc.tar.xz wireguard-openbsd-316e41cd065d6c51909de88867314be44b2d20cc.zip |
key.data is a void *, on gcc archs doing a %s printf with such a pointer
results in a warning. Use either the original string value or use a cast.
This makes both clang and gcc happy.
OK guenther@
Diffstat (limited to 'sys/lib/libkern/strlcat.c')
0 files changed, 0 insertions, 0 deletions