Date: Sat, 15 Apr 1995 13:59:29 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys tty.h Message-ID: <199504152059.NAA00777@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/04/15 13:59:29 Modified: sys/sys tty.h Log: Define IBUFSIZ as 384. This goes with speeding up ttnread(). OBUFSIZ should be increased to the same value as IBUFSIZE (both are smaller than desirable because they have to fit on the stack), but there are currently problems with magic buffer limits and watermarks. Remove unused #define of TTMASK. Undo bogus exportation of ttnread().
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504152059.NAA00777>