diff options
author | 2025-01-05 20:03:31 +0100 | |
---|---|---|
committer | 2025-01-05 20:03:31 +0100 | |
commit | 1662441d4ed0021e0228f264981bc95f4897f672 (patch) | |
tree | 833a3bff3272a3090889e1840e1120eb8440e611 /sys-kernel/vtty/files/vtty-tty_operations.patch | |
parent | sys-kernel/vtty: new package, add 0_p20230917 (diff) | |
download | ebuilds-1662441d4ed0021e0228f264981bc95f4897f672.tar.xz |
sys-kernel/vtty: patches for 6.12 kernel
Diffstat (limited to 'sys-kernel/vtty/files/vtty-tty_operations.patch')
-rw-r--r-- | sys-kernel/vtty/files/vtty-tty_operations.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-kernel/vtty/files/vtty-tty_operations.patch b/sys-kernel/vtty/files/vtty-tty_operations.patch deleted file mode 100644 index 6974fe0..0000000 --- a/sys-kernel/vtty/files/vtty-tty_operations.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/vtty.c b/vtty.c -index b3c6c65..6aef89a 100644 ---- a/vtty.c -+++ b/vtty.c -@@ -105,7 +105,7 @@ static void vtty_close(struct tty_struct *tty, struct file *filp) - return; - } - --static int vtty_write(struct tty_struct *tty, const unsigned char *buf, int count) -+static ssize_t vtty_write(struct tty_struct *tty, const u8 *buf, size_t count) - { - // the TTY layer manages -EAGAIN and (non-)blocking writes - struct vtty_port *port = &ports[tty->index]; |