Re: bioctl errx

2016-05-13 Thread Todd C. Miller
On Fri, 13 May 2016 15:00:22 -0400, "Ted Unangst" wrote: > overzealous use of errx() hides useful information about the error. OK millert@ - todd

Re: bioctl errx

2016-05-13 Thread Sebastian Benoit
ok Ted Unangst(t...@tedunangst.com) on 2016.05.13 15:00:22 -0400: > overzealous use of errx() hides useful information about the error. > > > Index: bioctl.c > === > RCS file: /cvs/src/sbin/bioctl/bioctl.c,v > retrieving revision 1.

bioctl errx

2016-05-13 Thread Ted Unangst
overzealous use of errx() hides useful information about the error. Index: bioctl.c === RCS file: /cvs/src/sbin/bioctl/bioctl.c,v retrieving revision 1.130 diff -u -p -r1.130 bioctl.c --- bioctl.c4 Feb 2016 08:31:26 - 1