repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
whowatch
/
process.patch
blob
82c6911ec40707dd7f37615045b7eb3f7b11ecf1
1
--- process.c.org 2010-01-13 02:11:55.848638440 +0200
2
+++ process.c 2010-01-13 02:12:05.201829144 +0200
3
@@ -74,7 +74,7 @@
4
memset(z, 0, sizeof *z);
5
check_line(l);
6
z->line = l++;
7
- (struct process *) p->priv = z;
8
+ p->priv = z;
9
z->proc = p;
10
if (*current){
11
z->next = *current;