Re: lsof under 8.99.2

2017-08-30 Thread Kamil Rytarowski
On 30.08.2017 11:50, Kamil Rytarowski wrote: > On 29.08.2017 15:07, Chavdar Ivanov wrote: >> Hi, >> >> I had to get rid of PSCctl / Pctl as follows: > I will have a look. > Please update sysutils/lsof (pkgsrc-current). The build failure should be addressed. signature.asc Description: OpenPGP

Re: lsof under 8.99.2

2017-08-30 Thread Kamil Rytarowski
case Pctl: > - ep = endnm(); > - (void) snpf(ep, sz, "/%d/ctl", p.pfs_pid); > - ty = "PCTL"; > - break; > case Pstatus: > ep = endnm(); > (void) snpf(ep, s

lsof under 8.99.2

2017-08-29 Thread Chavdar Ivanov
"PCTL"; - break; case Pstatus: ep = endnm(); (void) snpf(ep, sz, "/%d/status", p.pfs_pid); - in order to compile/test lsof under 8.99.2 (amd64). I couldn't figure out (and I didn't try hard, to be honest) how to make the pa