Re: [patch] lpr style

2015-09-25 Thread Ted Unangst
Fritjof Bornebusch wrote: > Hi, > > this diff changes the following: > > - exit(3) to return at the end of main functions > - use /* NOTREACHED */ were it belongs according to style(9) I think that's obsolete. We no longer use lint. It's just noise now.

[patch] lpr style

2015-09-25 Thread Fritjof Bornebusch
Hi, this diff changes the following: - exit(3) to return at the end of main functions - use /* NOTREACHED */ were it belongs according to style(9) - lpc.c and lpd.c lack a return at the end of the main functions, as the main loops exists the program. I'm not sure if this is a "coders choise" a