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

replace unexpect.[ch] and fatal.[ch] with error.[ch]

This commit is contained in:
Bob Halley
1998-12-04 20:00:26 +00:00
parent c2be3539e9
commit da4242bf62
10 changed files with 89 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <isc/assertions.h>
#include <isc/unexpect.h>
#include <isc/error.h>
#include <isc/thread.h>
#include <isc/mutex.h>
#include <isc/condition.h>