K 10 svn:author V 4 zlei K 8 svn:date V 27 2023-02-26T05:31:19.553003Z K 7 svn:log V 620 ctfdump: Remove definitions of warn() and vwarn() The presence of the latter causes a link error when building a statically linked ctfdump(1) because libc defines the same symbol. libc's warn() is defined as a weak symbol and so does not cause the same problem, but let's just use libc's version. Reported by: stephane rochoy Sponsored by: The FreeBSD Foundation (cherry picked from commit 45dd2eaac379e5576f745380260470204c49beac) (cherry picked from commit 5def1805d144f3e95dac966d72a6fc3878ce6b98) Git Hash: fcacb96b345a16c4619686ab388e6b77fb715828 Git Author: markj@FreeBSD.org END