summaryrefslogtreecommitdiff
path: root/deskutils/wmpinboard/files/patch-src::wmpinboard.c
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-08 20:52:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-08 20:52:38 +0000
commit07bd173377d1865aa17dd888274673243d3db1b4 (patch)
tree4cb55ecf98ad11e99b7c85b4221aa3d411be3e94 /deskutils/wmpinboard/files/patch-src::wmpinboard.c
parent- Close curly bracket in rc script (diff)
- fix a coredump;
- take maintainership. PR: ports/74326 Submitted by: Thomas Kempka.
Diffstat (limited to '')
-rw-r--r--deskutils/wmpinboard/files/patch-src::wmpinboard.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/deskutils/wmpinboard/files/patch-src::wmpinboard.c b/deskutils/wmpinboard/files/patch-src::wmpinboard.c
index 90606f1723e9..28787abf2eca 100644
--- a/deskutils/wmpinboard/files/patch-src::wmpinboard.c
+++ b/deskutils/wmpinboard/files/patch-src::wmpinboard.c
@@ -1,5 +1,5 @@
---- wmpinboard.c.orig Thu Apr 13 15:01:17 2000
-+++ src/wmpinboard.c Wed Apr 18 13:06:36 2001
+--- wmpinboard.c.orig Fri Dec 8 20:42:23 2000
++++ src/wmpinboard.c Wed Nov 24 02:05:22 2004
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <stdio.h>
@@ -8,6 +8,15 @@
#include <sys/stat.h>
#include <sys/time.h>
+@@ -165,7 +166,7 @@
+ char t[STRING_BUF_SIZE];
+ FILE *file;
+ int pid = (int) getpid();
+- static int sizes[6];
++ static int sizes[7];
+ sizes[0] = size_0;
+ sizes[1] = size_1;
+ sizes[2] = size_2;
@@ -1141,13 +1142,7 @@
void
timer(unsigned int intv)