Re: proc.c: remove some dead code

2023-02-15 Thread Alexander Bluhm
On Wed, Feb 15, 2023 at 12:02:46PM +0100, Tobias Heider wrote: > Many of our networking daemons use proc.c to set up processes and ipc. I > couldn't > find two that are actually exactly the same, but it looks like none of them > are ever > using proc_ispeer, so here is a diff to delete it from al

Re: proc.c: remove some dead code

2023-02-15 Thread Mike Larkin
On Wed, Feb 15, 2023 at 12:02:46PM +0100, Tobias Heider wrote: > Many of our networking daemons use proc.c to set up processes and ipc. I > couldn't > find two that are actually exactly the same, but it looks like none of them > are ever > using proc_ispeer, so here is a diff to delete it from al

proc.c: remove some dead code

2023-02-15 Thread Tobias Heider
Many of our networking daemons use proc.c to set up processes and ipc. I couldn't find two that are actually exactly the same, but it looks like none of them are ever using proc_ispeer, so here is a diff to delete it from all of them. Index: sbin/iked/proc.c =