summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ao
blob: aaf6830fed332c3873184fae48e3ac36d1456341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ao,v 1.1 2005/03/22 14:57:12 cube Exp $

--- server/sysdeps-unix.c.orig	2005-03-19 17:00:16.000000000 +0100
+++ server/sysdeps-unix.c
@@ -24,8 +24,10 @@
 
 #include "../src/gkrellm-sysdeps.h"
 
+#if 0
 static gboolean (*mbmon_check_func)();
 static gint gkrellm_connect_to(gchar *, gint);
+#endif
 
 #if defined(__linux__)
 #include "../src/sysdeps/linux.c"