diff options
author | bde <bde@FreeBSD.org> | 1998-08-19 01:32:28 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-08-19 01:32:28 +0000 |
commit | 219e3ca36efdc9c10b28d0a4da545e60d44af2d3 (patch) | |
tree | a211ed82dcf6253a37b3c0e7e791a3d421b59ab9 /sys/kern/tty.c | |
parent | cfb14b7bd4d8499e899c9fb2d415d028d3ac870e (diff) | |
download | FreeBSD-src-219e3ca36efdc9c10b28d0a4da545e60d44af2d3.zip FreeBSD-src-219e3ca36efdc9c10b28d0a4da545e60d44af2d3.tar.gz |
Increased column widths for tty input watermark fields so that watermarks
for 11520-byte buffers for 115200 bps are displayed properly.
Fixed my recent printf format error fixes. %p is almost unusable
in tables, since its width and format are unknown/machine-dependent.
Use %8lx and cast pointers to (u_long)(void*). This is still quite
broken, e.g., for machines with 64-bit pointers.
Diffstat (limited to 'sys/kern/tty.c')
0 files changed, 0 insertions, 0 deletions