X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=common.c;h=95043325e40be71f476bcb99c8220018dee5c347;hb=f0759ed4221a432267e456d6862000cd55775504;hp=a82d3c426591a9b61b179bcc26ec8ad93eb1dcb7;hpb=8359cedd5064758e23498462a0a09288384bb25f;p=xonotic%2Fdarkplaces.git diff --git a/common.c b/common.c index a82d3c42..95043325 100644 --- a/common.c +++ b/common.c @@ -1121,7 +1121,7 @@ char *SearchInfostring(const char *infostring, const char *key) // Most (all?) BSDs already have them -#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__) +#if !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !(defined(__APPLE__) && defined(__MACH__)) size_t strlcat(char *dst, const char *src, size_t siz)