2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

memmove, strtoul, and strcasestr functions are part of ISO C90, remove the compatibility shim

This commit is contained in:
Ondřej Surý
2018-08-21 15:10:32 +02:00
parent 1e1804bb96
commit efd613e874
16 changed files with 5 additions and 197 deletions

View File

@@ -22,7 +22,6 @@
#include <isc/netaddr.h>
#include <isc/print.h>
#include <isc/rwlock.h>
#include <isc/stdlib.h>
#include <isc/string.h>
#include <isc/task.h>
#include <isc/util.h>