bwfm device not always available on boot

2018-10-03 Thread Phil Eaton
a fix for this or any other info I can provide? Thanks! -- Phil Eaton

Re: Patch for column number in doas error messages

2018-07-09 Thread Phil Eaton
rbeek wrote: > > > > > On Mon, Jul 09, 2018 at 01:21:25AM -0600, Theo de Raadt wrote: > > > > > > > Phil Eaton wrote: > > > > > > > > > Hey, > > > > > > > > > > Doas currently tells you the line but not the c

Patch for column number in doas error messages

2018-07-08 Thread Phil Eaton
+ fprintf(stderr, " at line %d, column %d\n", yylval.lineno + 1, yylval.colno); parse_errors++; } -- Phil Eaton