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
This commit is contained in:
lukem 1999-01-17 05:08:10 +00:00
parent 29f39a2ca1
commit 1c8bb28d64
1 changed files with 2 additions and 1 deletions

View File

@ -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];
};
/*