patch-hdhomerun_os_posix_h 510 B

1234567891011121314151617181920
  1. $OpenBSD: patch-hdhomerun_os_posix_h,v 1.3 2014/07/19 21:09:19 sthen Exp $
  2. --- hdhomerun_os_posix.h.orig Fri Jul 18 13:52:20 2014
  3. +++ hdhomerun_os_posix.h Fri Jul 18 13:52:52 2014
  4. @@ -30,7 +30,6 @@
  5. #include <sys/types.h>
  6. #include <sys/socket.h>
  7. #include <sys/time.h>
  8. -#include <sys/timeb.h>
  9. #include <sys/wait.h>
  10. #include <netinet/in.h>
  11. #include <arpa/inet.h>
  12. @@ -39,7 +38,6 @@
  13. #include <pthread.h>
  14. typedef int bool_t;
  15. -typedef void (*sig_t)(int);
  16. #define LIBTYPE
  17. #define console_vprintf vprintf