Don't define strlcat prototype if the system has strlcat()
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 6 May 2015 23:19:45 +0000 (02:19 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 6 May 2015 23:21:03 +0000 (02:21 +0300)
commit355ac88016a53bf2aef79c84b69435ce52414a16
tree82af6d8111239d9616960dff53ba219dd98042d1
parent0035432595095dfb862aa464836ba3215affd8bf
Don't define strlcat prototype if the system has strlcat()

The #ifdef was wrong.

Hopefully this fixes the build failure on OS X Maverick that Alex Dunn
reported.
misc.h