Re: move ckqueue function to common.c - tweaked and proper diff

2016-02-29 Thread Jeremie Courreges-Anglas
Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: move ckqueue function to common.c - tweaked and proper diff

2016-02-28 Thread Chris Bennett
Index: usr.sbin/lpr/common_source/common.c === RCS file: /cvs/src/usr.sbin/lpr/common_source/common.c,v retrieving revision 1.40 diff -u -p -r1.40 common.c --- usr.sbin/lpr/common_source/common.c 12 Jan 2016 23:35:13 - 1.40 +

Re: move ckqueue function to common.c

2016-02-28 Thread Theo Buehler
On Sun, Feb 28, 2016 at 09:55:37AM -0600, Chris Bennett wrote: > This moves essentially identical ckqueue functions out of lpd.c and > lpq.c into common_source/common.c. > Builds without errors on i386. lpq and lpd work afterwards > ok tb@ modulo two comments: > > Index: lp.h >

move ckqueue function to common.c

2016-02-28 Thread Chris Bennett
This moves essentially identical ckqueue functions out of lpd.c and lpq.c into common_source/common.c. Builds without errors on i386. lpq and lpd work afterwards Index: lpq.c === RCS file: /cvs/src/usr.sbin/lpr/lpq/lpq.c,v retrieving