diff options
Diffstat (limited to 'main/libpcap/disable-remote.patch')
-rw-r--r-- | main/libpcap/disable-remote.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/main/libpcap/disable-remote.patch b/main/libpcap/disable-remote.patch deleted file mode 100644 index 91a94e9a51..0000000000 --- a/main/libpcap/disable-remote.patch +++ /dev/null @@ -1,30 +0,0 @@ -Disable bits of remote capture support inherited from the WinPCAP merge -which cause applications to fail to build if they define HAVE_REMOTE (#843384). - -Patch-Source: https://sources.debian.net/src/libpcap/1.8.1-3/debian/patches/disable-remote.diff/ ---- a/pcap/pcap.h -+++ b/pcap/pcap.h -@@ -506,6 +506,11 @@ - #define MODE_STAT 1 - #define MODE_MON 2 - -+#ifdef HAVE_REMOTE -+ /* Includes most of the public stuff that is needed for the remote capture */ -+ #include <remote-ext.h> -+#endif /* HAVE_REMOTE */ -+ - #elif defined(MSDOS) - - /* -@@ -526,11 +531,6 @@ - - #endif /* _WIN32/MSDOS/UN*X */ - --#ifdef HAVE_REMOTE -- /* Includes most of the public stuff that is needed for the remote capture */ -- #include <remote-ext.h> --#endif /* HAVE_REMOTE */ -- - #ifdef __cplusplus - } - #endif |