opnsense-ports/sysutils/whowatch/files/patch-process.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
274 B
C

--- 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;