From 4f37f8a320b045dd5c7c9cc0b84fe51a256e1a32 Mon Sep 17 00:00:00 2001
From: Karl Dietz <dekarl@mythtv.org>
Date: Sun, 8 Dec 2013 09:41:00 +0100
Subject: [PATCH 2/2] remove left over include from #8387
This silences the sys/timeb.h deprecation warnings on FreeBSD.
---
mythtv/external/libhdhomerun/hdhomerun_os_posix.h | 1 -
.../external/libhdhomerun/hdhomerun_os_windows.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/mythtv/external/libhdhomerun/hdhomerun_os_posix.h b/mythtv/external/libhdhomerun/hdhomerun_os_posix.h
index 3551694..7f5a392 100644
a
|
b
|
|
42 | 42 | #include <sys/types.h> |
43 | 43 | #include <sys/socket.h> |
44 | 44 | #include <sys/time.h> |
45 | | #include <sys/timeb.h> |
46 | 45 | #include <sys/wait.h> |
47 | 46 | #include <netinet/in.h> |
48 | 47 | #include <arpa/inet.h> |
diff --git a/mythtv/external/libhdhomerun/hdhomerun_os_windows.h b/mythtv/external/libhdhomerun/hdhomerun_os_windows.h
index 7daf32c..dcccd26 100644
a
|
b
|
|
49 | 49 | #include <signal.h> |
50 | 50 | #include <time.h> |
51 | 51 | #include <sys/types.h> |
52 | | #include <sys/timeb.h> |
53 | 52 | |
54 | 53 | #if defined(DLL_IMPORT) |
55 | 54 | #define LIBTYPE __declspec( dllimport ) |