From 1c8bb28d640f15ecc9d59357d0560b48d2b1542a Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 17 Jan 1999 05:08:10 +0000 Subject: [PATCH] revert part of previous; leave char lookups[4] in __res_state. otherwise, complex versioning stuff will have to be performed so that old binaries with a new libc.so don't barf --- include/resolv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/resolv.h b/include/resolv.h index a4bc9c92670e..96e05fad34bf 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -1,4 +1,4 @@ -/* $NetBSD: resolv.h,v 1.16 1999/01/16 07:52:22 lukem Exp $ */ +/* $NetBSD: resolv.h,v 1.17 1999/01/17 05:08:10 lukem Exp $ */ /*- * Copyright (c) 1983, 1987, 1989, 1993 @@ -115,6 +115,7 @@ struct __res_state { struct in_addr addr; u_int32_t mask; } sort_list[MAXRESOLVSORT]; + char lookups[4]; }; /*