Commit Graph

5 Commits

Author SHA1 Message Date
Christian Neukirchen 976d77c76d update imported str*.c 2015-01-24 19:04:46 +01:00
Christian Neukirchen c7f481e6fa Don't use included strlcpy/strlcat when already defined as macros
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))
2014-06-22 22:50:03 +02:00
Christian Neukirchen d90ab51111 Add missing functions 2010-02-21 19:18:12 +01:00
bernd fa515a82d0 Remove autoconf crap and other stuff we don't need. 2007-04-27 18:04:40 +00:00
bernd 3d12c94f42 Initial revision 2007-04-27 17:58:48 +00:00