ports/sysutils/whowatch/patches/patch-process_c

12 lines
293 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- process.c.orig Sun May 23 15:52:25 2010
+++ process.c Sun May 23 15:53:09 2010
@@ -74,7 +74,7 @@ void synchronize()
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;