From: michael Date: Sun, 17 Jun 2007 06:08:00 +0000 (+0000) Subject: Apple has no utsbuf.domainname (thanks to Volker Gering) X-Git-Tag: svn1203~372 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=d3c68fc20d892252aa243d2e697386ec54065142;p=lcd4linux.git Apple has no utsbuf.domainname (thanks to Volker Gering) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@806 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/plugin_uname.c b/plugin_uname.c index ecb0342..a1dce7d 100644 --- a/plugin_uname.c +++ b/plugin_uname.c @@ -68,7 +68,7 @@ static void my_uname(RESULT * result, RESULT * arg1) value = utsbuf.version; } else if (strcasecmp(key, "machine") == 0) { value = utsbuf.machine; -#ifdef _GNU_SOURCE +#if defined(_GNU_SOURCE) && ! defined(__APPLE__) } else if (strcasecmp(key, "domainname") == 0) { value = utsbuf.domainname; #endif