mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
$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)
|
|
{
|