diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:06:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:06:33 +0100 |
commit | 1392e4087d99c652ed96810f4af779d3cc44ada0 (patch) | |
tree | d98504baa07b7d1747a86528153ccb6343055f8e /dev-python/pypcap/files | |
parent | dev-python/pyparted: Remove redundant versions (diff) | |
download | gentoo-1392e4087d99c652ed96810f4af779d3cc44ada0.tar.gz gentoo-1392e4087d99c652ed96810f4af779d3cc44ada0.tar.bz2 gentoo-1392e4087d99c652ed96810f4af779d3cc44ada0.zip |
dev-python/pypcap: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypcap/files')
-rw-r--r-- | dev-python/pypcap/files/pypcap-1.1.6-mktemp.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/pypcap/files/pypcap-1.1.6-mktemp.patch b/dev-python/pypcap/files/pypcap-1.1.6-mktemp.patch deleted file mode 100644 index 9bc3f3639c9f..000000000000 --- a/dev-python/pypcap/files/pypcap-1.1.6-mktemp.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/pcap_ex.c -+++ b/pcap_ex.c -@@ -11,6 +11,7 @@ - # include <string.h> - # include <signal.h> - # include <unistd.h> -+# include <stdlib.h> - #endif - - #include <pcap.h> -@@ -290,7 +291,7 @@ - char ebuf[PCAP_ERRBUF_SIZE]; - int ret = -1; - -- mktemp(path); -+ mkstemp(path); - if ((f = fopen(path, "w")) != NULL) { - hdr.magic = 0xa1b2c3d4; - hdr.version_major = PCAP_VERSION_MAJOR; |