diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-16 08:03:36 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-16 08:03:36 +0000 |
commit | 26363fab726a4b1301e818733cc5f06bb71b8fcf (patch) | |
tree | fbe77a09398f71381d04e5665b0a7f7fc2f70e15 /dns/py-adns/files/patch-adnsmodule.c | |
parent | lang/rust: Update to 1.29.0 (diff) |
net-p2p/py-tremc: update to v9.1
* resurrect dns/py-adns@r439825
Submitted by: Alexandre C. GuimarĂ£es <lebarondemerde@privacychain.ch>
Differential Revision: https://reviews.freebsd.org/D16683
Notes
Notes:
svn path=/head/; revision=479878
Diffstat (limited to 'dns/py-adns/files/patch-adnsmodule.c')
-rw-r--r-- | dns/py-adns/files/patch-adnsmodule.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dns/py-adns/files/patch-adnsmodule.c b/dns/py-adns/files/patch-adnsmodule.c new file mode 100644 index 000000000000..58e2e5a2f1f6 --- /dev/null +++ b/dns/py-adns/files/patch-adnsmodule.c @@ -0,0 +1,10 @@ +--- adnsmodule.c.orig 2018-08-11 22:10:36 UTC ++++ adnsmodule.c +@@ -6,6 +6,7 @@ any later version. + */ + + #include <Python.h> ++#include <sys/endian.h> + #include <adns.h> + #include <string.h> + #include <assert.h> |