summarylogtreecommitdiffstats
path: root/0005-kernel-5.13-dropped-tty_check_change.patch
diff options
context:
space:
mode:
authorChris Severance2023-12-19 01:47:05 -0500
committerChris Severance2023-12-19 01:47:05 -0500
commit688d1556071bac6f864e0f1b1763abb30f46f864 (patch)
tree71f38e8c85a214909d8d91b465b1de1323661453 /0005-kernel-5.13-dropped-tty_check_change.patch
parent6f943f82e658c3b36f3ffd348e74b27821eb5dcc (diff)
downloadaur-digi-dgnc.tar.gz
autu: Update to 1.3.29-8
Diffstat (limited to '0005-kernel-5.13-dropped-tty_check_change.patch')
-rw-r--r--0005-kernel-5.13-dropped-tty_check_change.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0005-kernel-5.13-dropped-tty_check_change.patch b/0005-kernel-5.13-dropped-tty_check_change.patch
index 8c12d7c09d3a..53bc3291a932 100644
--- a/0005-kernel-5.13-dropped-tty_check_change.patch
+++ b/0005-kernel-5.13-dropped-tty_check_change.patch
@@ -7,7 +7,7 @@ diff -pNaru5 driver/2.6.27.orig/dgnc_tty.c driver/2.6.27/dgnc_tty.c
DPR_IOCTL(("dgnc_tty_flush_buffer finish\n"));
}
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,13,0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,10,180)
+int tty_check_change(struct tty_struct *tty);
+#endif