CVSROOT:        /cvs
Module name:    src
Changes by:     blamb...@cvs.openbsd.org        2009/07/19 02:16:06

Modified files:
        sys/dev/usb    : ugen.c uhid.c 
        sys/kern       : tty.c tty_subr.c 
        sys/net        : if_sl.c if_strip.c 
        sys/sys        : tty.h 

Log message:
clalloc() can't fail, so there's no need to handle failure cases.
Change to void function.
Also, no need to have global tty stats pointer, so just return it
from clalloc, as the caller frees it immediately anyway.

ok miod@

Reply via email to