logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

winsize.patch (574B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-only
  3. --- linux-4.14.336/include/uapi/asm-generic/termios.h.bak 2021-07-23 14:23:51.330460544 +1000
  4. +++ linux-4.14.336/include/uapi/asm-generic/termios.h 2021-07-23 19:08:27.112810109 +1000
  5. @@ -12,13 +12,6 @@
  6. #include <asm/termbits.h>
  7. #include <asm/ioctls.h>
  8. -struct winsize {
  9. - unsigned short ws_row;
  10. - unsigned short ws_col;
  11. - unsigned short ws_xpixel;
  12. - unsigned short ws_ypixel;
  13. -};
  14. -
  15. #define NCC 8
  16. struct termio {
  17. unsigned short c_iflag; /* input mode flags */