Fix the way warnings are printed. Use warnx(3) if the message is provided,
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 3 Sep 2004 14:30:41 +0000 (14:30 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 3 Sep 2004 14:30:41 +0000 (14:30 +0000)
commit50f74bcdf22b549880beb013ed9278a091697b5e
treee3c8f5f862fdef57b46201c3f8fa067bf93cc866
parentfcb52d8a23bfb0498e6bd96141227ba8709ecc69
Fix the way warnings are printed. Use warnx(3) if the message is provided,
default to warn(3) otherwise.

Noticed-by: corecode
usr.bin/touch/touch.c