| .. | |||
| 0001-Define-__USE_MISC-in-checkwidths.c.patch | 7 months ago | ||
| 0002-Remove-the-sys-prefix-for-the-fcntl-include.patch | 7 months ago | ||
| 0003-Undefine-TERMINFO-in-termcap.c.patch | 7 months ago | ||
| ReadMe.md | 7 months ago | ||
0001-Define-__USE_MISC-in-checkwidths.c.patchDefine __USE_MISC in checkwidths.c
Define __USE_MISC manually in checkwidths.c for ECHOCTL and ECHOKE, see Kernel/API/POSIX/termios.h.
0002-Remove-the-sys-prefix-for-the-fcntl-include.patchRemove the sys/ prefix for the fcntl include
Minerva does not have the header fcntl.h in /usr/include/sys.
0003-Undefine-TERMINFO-in-termcap.c.patchUndefine TERMINFO in termcap.c
Leaving it defined will lead to a crash.