Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-az,v 1.1 2006/04/13 19:14:45 cube Exp $
--- src/sysdeps/sensors-common.c.orig 2006-03-30 00:23:37.000000000 +0200
+++ src/sysdeps/sensors-common.c
@@ -40,6 +40,8 @@ static gchar gkrellm_decimal_point,
mbmon_decimal_point;
static gboolean mbmon_need_decimal_point_fix;
+static gboolean (*mbmon_check_func)();
+
static gboolean
mbmon_decimal_point_fix(gchar *buf)
{