diff options
Diffstat (limited to 'sysutils/conky/files/patch-src_common.c')
-rw-r--r-- | sysutils/conky/files/patch-src_common.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/conky/files/patch-src_common.c b/sysutils/conky/files/patch-src_common.c new file mode 100644 index 000000000000..2b79e69de71d --- /dev/null +++ b/sysutils/conky/files/patch-src_common.c @@ -0,0 +1,14 @@ +--- src/common.c.orig 2008-03-31 00:56:41.000000000 -0400 ++++ src/common.c 2008-06-03 14:30:34.000000000 -0400 +@@ -353,9 +353,11 @@ + if (NEED(INFO_USERS)) { + update_users(); + } ++#ifdef __linux__ + if (NEED(INFO_GW)) { + update_gateway_info(); + } ++#endif + if (NEED(INFO_DNS)) { + update_dns_data(); + } |