]> Sergey Matveev's repositories - public-inbox.git/commitdiff
ds: rely on autovivication for waitpid bits
authorEric Wong <e@yhbt.net>
Sun, 12 Jan 2020 21:17:53 +0000 (21:17 +0000)
committerEric Wong <e@yhbt.net>
Mon, 13 Jan 2020 23:21:28 +0000 (23:21 +0000)
No need to create an arrayref until we need it, and fix up a
comment while we're in the area.  Some aesthetic changes while
we're at it:

- Rename $WaitPids to $wait_pids to make it clear this is
  unique to our implementation and not in Danga::Socket.

- rewrite dwaitpid() to reduce indentation level


No differences found