aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/whowatch/files/patch-process.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/whowatch/files/patch-process.c b/sysutils/whowatch/files/patch-process.c
new file mode 100644
index 000000000000..8ab666024a78
--- /dev/null
+++ b/sysutils/whowatch/files/patch-process.c
@@ -0,0 +1,11 @@
+--- process.c.orig Wed Apr 4 16:25:29 2007
++++ process.c Wed Apr 4 16:26:49 2007
+@@ -74,7 +74,7 @@
+ memset(z, 0, sizeof *z);
+ check_line(l);
+ z->line = l++;
+- (struct process *) p->priv = z;
++ p->priv = z;
+ z->proc = p;
+ if (*current){
+ z->next = *current;