From d808369aa12220bdee2c6dd87b8059221c3e8c93 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 21 May 2006 11:19:36 +0000 Subject: Upgrade res_update(3) and the friends to BIND9's one excluding TSIG support. X-MFC after: never --- lib/libc/include/isc/list.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/libc/include') diff --git a/lib/libc/include/isc/list.h b/lib/libc/include/isc/list.h index ad574ac2b5877..8a6973aa79330 100644 --- a/lib/libc/include/isc/list.h +++ b/lib/libc/include/isc/list.h @@ -15,9 +15,16 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* $FreeBSD$ */ + #ifndef LIST_H #define LIST_H 1 +#ifdef _LIBC +#include +#define INSIST(cond) assert(cond) +#else #include +#endif #define LIST(type) struct { type *head, *tail; } #define INIT_LIST(list) \ -- cgit v1.3