K 10 svn:author V 5 peter K 8 svn:date V 27 1995-10-31T19:00:00.000000Z K 7 svn:log V 424 Make a putc()/b_to_q() to a clist that hasn't had cblocks reserved non-fatal. I've make it return an appropriate error to the caller instead of panic()ing. Handling an error condition is inherently more friendly than exploding the kernel.. :-) The new behavior is a little closer to traditional clists, potentially making porting a little simpler. Suggested by: bde (many months ago, I've been using this for a while..) END