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

@@ -1,4 +1,4 @@
/* $Id: socket.c,v 1.15 1998/12/04 11:21:10 explorer Exp $ */
/* $Id: socket.c,v 1.16 1998/12/04 20:00:16 halley Exp $ */
#include "attribute.h"
@@ -13,8 +13,7 @@
#include <sys/socket.h>
#include <isc/assertions.h>
#include <isc/unexpect.h>
#include <isc/fatal.h>
#include <isc/error.h>
#include <isc/thread.h>
#include <isc/mutex.h>
#include <isc/condition.h>