mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
update EAPI 7 -> 8 and clean ebuild Closes: https://bugs.gentoo.org/962902 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
12 lines
377 B
Diff
12 lines
377 B
Diff
diff -Naur Terminal-0.9.9.orig/TerminalView.m Terminal-0.9.9/TerminalView.m
|
|
--- Terminal-0.9.9.orig/TerminalView.m 2017-08-02 19:17:43.000000000 +0200
|
|
+++ Terminal-0.9.9/TerminalView.m 2025-09-21 21:16:42.291775485 +0200
|
|
@@ -46,7 +46,7 @@
|
|
# include <sys/ioctl.h>
|
|
#elif defined (__GNU__)
|
|
#else
|
|
-# include <termio.h>
|
|
+# include <termios.h>
|
|
#endif
|
|
|
|
#include <sys/time.h>
|