rebuild ffmpeg for libvpx-1.15.0; fix gcc-14 problem; add patch for new
[oi-userland.git] / components / sysutils / top / patches / 11.termios.patch
blob42fa17939338241f43653c2b1bf438045175a0f0
1 diff -Nurp top-3.8beta1/screen.c top-3.8beta1-termios/screen.c
2 --- top-3.8beta1/screen.c 2008-05-07 06:41:39.000000000 +0000
3 +++ top-3.8beta1-termios/screen.c 2019-08-19 00:44:00.780585500 +0000
4 @@ -84,13 +84,8 @@ char *tgetstr(const char *, char **);
5 # include <sgtty.h>
6 # define USE_SGTTY
7 #else
8 -# ifdef TCGETA
9 -# define USE_TERMIO
10 -# include <termio.h>
11 -# else
12 # define USE_TERMIOS
13 # include <termios.h>
14 -# endif
15 #endif
16 #if defined(USE_TERMIO) || defined(USE_TERMIOS)
17 # ifndef TAB3