depot/third_party/nixpkgs/pkgs/development/python-modules/libasyncns/libasyncns-fix-res-consts.patch
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

14 lines
366 B
Diff

diff --git a/libasyncns.c b/libasyncns.c
index 99a73de..85709b0 100644
--- a/libasyncns.c
+++ b/libasyncns.c
@@ -134,9 +134,8 @@ PyMODINIT_FUNC initlibasyncns(void)
ADDNSCONST(ns_t_mailb);
ADDNSCONST(ns_t_maila);
ADDNSCONST(ns_t_any);
- ADDNSCONST(ns_t_zxfr);
ADDNSCONST(ns_t_max);
ADDNSCONST(ns_c_invalid);
ADDNSCONST(ns_c_in);
ADDNSCONST(ns_c_2);