]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/http: replace strchrnul for mac os compatibility
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 2 Oct 2020 08:43:15 +0000 (10:43 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 13 Oct 2020 10:55:30 +0000 (12:55 +0200)
commit280cfbdfcdc7c221f0d161c7fdcda624d3a52ebe
tree15482ed0227cd33dcdac37fba48f9179a4d0ec86
parente702e4db322eee43938080e0e8e79cbb820dfa4e
daemon/http: replace strchrnul for mac os compatibility

strchrnul() is a GNU extension that is not available on Mac OS.
daemon/http.c