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

1474. [port] Provide strtoul() and memmove() for platforms

without them.
This commit is contained in:
Mark Andrews
2003-06-24 05:11:53 +00:00
parent de90c0b2ef
commit 21f1794606
16 changed files with 402 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rdata.c,v 1.174 2003/04/11 07:25:25 marka Exp $ */
/* $Id: rdata.c,v 1.175 2003/06/24 05:10:32 marka Exp $ */
#include <config.h>
#include <ctype.h>
@@ -27,6 +27,7 @@
#include <isc/parseint.h>
#include <isc/print.h>
#include <isc/string.h>
#include <isc/stdlib.h>
#include <isc/util.h>
#include <dns/callbacks.h>