diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-05-26 02:59:29 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-26 02:59:29 -0700 |
| commit | 2b803a1b847e256cb19ca4239d2f8f14a0ae496a (patch) | |
| tree | 6c8746f0441d5b7de570aaf91bc74d6983333a94 /include | |
| parent | 3ca49eb418cb7b77aaa58ca3f9fcfbfe641b146e (diff) | |
[PATCH] Self-promotion and minor docs updates
From: Pavel Machek <pavel@ucw.cz>
This fixes url in ioctls, fixes some kernel parameters, kills comment
in tty that is 10+ years old and wrong, and adds me a little
credits.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/tty.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 47fa75d9ace0..ea8cd3a2779c 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -253,9 +253,6 @@ struct device; * treatment, but (1) the default 80x24 is usually right and (2) it's * most often used by a windowing system, which will set the correct * size each time the window is created or resized anyway. - * IMPORTANT: since this structure is dynamically allocated, it must - * be no larger than 4096 bytes. Changing TTY_FLIPBUF_SIZE will change - * the size of this structure, and it needs to be done with care. * - TYT, 9/14/92 */ struct tty_struct { |
