PageRenderTime 58ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 0ms

/all/traceroute-2.0.16-1/traceroute-uclibc.patch

https://github.com/jelaas/bifrost-build
Patch | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | 10d3006b3e8cf08690de34325fbfde7f MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
  1. --- traceroute/traceroute.c~ Wed Sep 17 13:30:22 2008
  2. +++ traceroute/traceroute.c Wed Feb 18 12:56:43 2009
  3. @@ -176,7 +176,7 @@
  4. memset (&hints, 0, sizeof (hints));
  5. hints.ai_family = af;
  6. - hints.ai_flags = AI_IDN;
  7. + //hints.ai_flags = AI_IDN;
  8. ret = getaddrinfo (name, NULL, &hints, &res);
  9. if (ret) {