Re: [ovs-dev] [PATCH 1/3] Fix parent_pid on NetBSD

2016-10-18 Thread Takashi YAMAMOTO
On Wed, Oct 19, 2016 at 1:46 AM, Ben Pfaff wrote: > On Tue, Oct 18, 2016 at 09:25:24PM +0900, YAMAMOTO Takashi wrote: > > Fix recently introduced parent_pid macro on NetBSD 7.0. > > On NetBSD, procfs status file looks like the following. > > > > n7% cat /proc/$$/status > >

Re: [ovs-dev] [PATCH 1/3] Fix parent_pid on NetBSD

2016-10-18 Thread Ben Pfaff
On Tue, Oct 18, 2016 at 09:25:24PM +0900, YAMAMOTO Takashi wrote: > Fix recently introduced parent_pid macro on NetBSD 7.0. > On NetBSD, procfs status file looks like the following. > > n7% cat /proc/$$/status > zsh 18509 12970 18509 18509 5,8 ctty,sldr 1476344459,639266 0,15575 >

[ovs-dev] [PATCH 1/3] Fix parent_pid on NetBSD

2016-10-18 Thread YAMAMOTO Takashi
Fix recently introduced parent_pid macro on NetBSD 7.0. On NetBSD, procfs status file looks like the following. n7% cat /proc/$$/status zsh 18509 12970 18509 18509 5,8 ctty,sldr 1476344459,639266 0,15575 0,15575 pause 1000 100,100,0 n7% Signed-off-by: YAMAMOTO Takashi