diff options
author | 2017-12-18 14:21:17 +0100 | |
---|---|---|
committer | 2017-12-18 14:22:17 +0100 | |
commit | 40977ebaba49d5200c18e942b30ac13939c0cc60 (patch) | |
tree | c459e5cc5b2a20b9081e1923b2eeaf58107eb441 /net-analyzer/thc-ipv6/files | |
parent | sci-physics/root: drop unused patches (diff) | |
download | gentoo-40977ebaba49d5200c18e942b30ac13939c0cc60.tar.gz gentoo-40977ebaba49d5200c18e942b30ac13939c0cc60.tar.bz2 gentoo-40977ebaba49d5200c18e942b30ac13939c0cc60.zip |
net-analyzer/thc-ipv6: Version bump and add stdint.h include.
Closes: https://bugs.gentoo.org/639826
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/thc-ipv6/files')
-rw-r--r-- | net-analyzer/thc-ipv6/files/thc-ipv6-3.2-stdint.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/thc-ipv6/files/thc-ipv6-3.2-stdint.patch b/net-analyzer/thc-ipv6/files/thc-ipv6-3.2-stdint.patch new file mode 100644 index 000000000000..7873563b2377 --- /dev/null +++ b/net-analyzer/thc-ipv6/files/thc-ipv6-3.2-stdint.patch @@ -0,0 +1,10 @@ +--- thc-ipv6-3.2/dnsrevenum6.c ++++ thc-ipv6-3.2/dnsrevenum6.c +@@ -17,6 +17,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <stdint.h> + #include <string.h> + #include <strings.h> + #include <string.h> |