CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/09/29 11:26:09
Modified files: sys/kern : tty_pty.c Log message: Having pty_isfree_locked() be inlined may make pty allocation a tiny bit faster, but come on, inlining is supposed to be reserved only for things which *critically* need it. ok millert