patch-src_daemon_open_console_c 591 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- gpm-1.20.5.orig/src/daemon/open_console.c 2008-06-13 10:08:19.000000000 +0200
  3. +++ gpm-1.20.5/src/daemon/open_console.c 2008-09-16 17:11:51.000000000 +0200
  4. @@ -21,7 +21,7 @@
  5. #include <fcntl.h> /* open and co. */
  6. #include <sys/stat.h> /* stat() */
  7. -#include <stropts.h> /* ioctl */
  8. +#include <sys/ioctl.h> /* ioctl */
  9. /* Linux specific (to be outsourced in gpm2 */
  10. #include <linux/serial.h> /* for serial console check */