--- a/src/process.c +++ b/src/process.c @@ -627,6 +627,7 @@ void wait_children(void) { + struct ipv4data *p; int status; pid_t pid; @@ -672,7 +673,6 @@ pid); } /* Free memory that was used by output list items */ - struct ipv4data *p; p = output_list; while(p) { Only in ulog-acctd-0.4.1.new/src: process.c~