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

move util.h to <isc/util.h>

This commit is contained in:
Michael Graff
1999-12-16 22:24:22 +00:00
parent e8d9413b89
commit 440be4c866
26 changed files with 30 additions and 49 deletions

View File

@@ -39,8 +39,7 @@
#include <isc/region.h>
#include <isc/socket.h>
#include <isc/thread.h>
#include "util.h"
#include <isc/util.h>
/*
* Some systems define the socket length argument as an int, some as size_t,