Kyle Evans 515fa27bb0 bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case.  waitpid(0, ...) makes little sense in the child, we likely
wanted to terminate immediately.

CID 1400453: size argument uses sizeof(char **) instead of sizeof(char *)
and is assigned to a char **; sizeof's match but "this isn't a portable
assumption".

CID:	1400451, 1400453
MFC after:	3 days
2019-05-28 16:12:16 +00:00
..
2018-09-18 20:52:24 +00:00
2019-02-04 21:28:25 +00:00
2019-05-23 20:12:24 +00:00
2019-03-08 10:03:16 +00:00
2019-03-20 21:48:43 +00:00
2017-10-31 00:07:04 +00:00
2019-04-19 10:52:54 +00:00
2018-12-18 16:47:03 +00:00
2019-01-05 16:05:39 +00:00