summary refs log tree commit diff
path: root/strlcat.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use included strlcpy/strlcat when already defined as macrosChristian Neukirchen2014-06-221-2/+3
| | | | | | | | | | OS X 10.9 with Fortify has conflicting prototypes: In file included from calmwm.c:36: ./calmwm.h:28:8: error: conflicting types for '__builtin___strlcat_chk' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
* Add missing functionsChristian Neukirchen2010-02-211-0/+61
|
* Remove autoconf crap and other stuff we don't need.bernd2007-04-271-79/+0
|
* Initial revisionbernd2007-04-271-0/+79