diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-04 08:28:10 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-04 08:28:10 +0000 |
commit | 2c4192feea211da0e4933983335b16132f9c512f (patch) | |
tree | 3ecbca2bb7552d479809649e55188b10256e83e2 /sysutils | |
parent | 5167e581b737b6d7e6216bdc97af733de671b497 (diff) | |
download | ports-2c4192feea211da0e4933983335b16132f9c512f.tar.gz ports-2c4192feea211da0e4933983335b16132f9c512f.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/whowatch/files/patch-process.c | 11 |
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; |