Re: [Coder-Com] ircu2.10.12

2002-04-15 Thread Crusader
On Mon, 15 Apr 2002, Chris Crowther wrote: > On Sun, 14 Apr 2002, Kev wrote: > > > > daemon(1,0); > > > Doesn't seem to be documented for Solaris. I rather suspect this isn't > > a standardized function. (This isn't the first time I've heard of a > > It's a BSD function iirc, Linux s

[Coder-Com] missing break; ?

2002-02-26 Thread Crusader
IDL; case 'n': case 'N': fields |= WHO_FIELD_NIC; break; Shouldnt there be a "break" after the idle-field? In case not, i'm sorry :) /Crusader