Browse Source

Add ./tarball_archive/symon-2.82.tar.gz

Wictor Lund 3 years ago
parent
commit
dfa9cfbb15
3 changed files with 9 additions and 1 deletions
  1. 4 0
      symon/CHANGELOG
  2. 1 1
      symon/Makefile.inc
  3. 4 0
      symon/platform/OpenBSD/sm_sensor.c

+ 4 - 0
symon/CHANGELOG

@@ -1,3 +1,7 @@
+15/06/2010 - 2.82
+
+   - platform/OpenBSD/sm_sensor.c define MAXSENSORSDEVICES (Stuart Henderson)
+
 31/05/2010 - 2.81
 
    - symon: Allow multiple monitor statements with different intervals to the

+ 1 - 1
symon/Makefile.inc

@@ -1,4 +1,4 @@
-V=2.81
+V=2.82
 
 AR?=	ar
 CC?=	cc

+ 4 - 0
symon/platform/OpenBSD/sm_sensor.c

@@ -53,6 +53,10 @@
 #include "symon.h"
 #include "xmalloc.h"
 
+#ifndef MAXSENSORDEVICES
+#define MAXSENSORDEVICES 1024
+#endif
+
 /* Globals for this module start with sn_ */
 static struct sensor sn_sensor;