patch-text-utils_pg_c 403 B

12345678910111213
  1. patch taken from sabotage linux -- https://github.com/rofl0r/sabotage
  2. --- util-linux-2.23.2.orig/text-utils/pg.c 2013-07-30 10:39:26.000000000 +0200
  3. +++ util-linux-2.23.2/text-utils/pg.c 2013-08-14 12:44:55.000000000 +0200
  4. @@ -37,7 +37,7 @@
  5. #ifndef TIOCGWINSZ
  6. # include <sys/ioctl.h>
  7. #endif
  8. -#include <sys/termios.h>
  9. +#include <termios.h>
  10. #include <fcntl.h>
  11. #include <regex.h>
  12. #include <stdio.h>