diff options
| -rw-r--r-- | usr/src/lib/libresolv/res_query.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libresolv/res_query.c b/usr/src/lib/libresolv/res_query.c index 1c4d95b7c6..0ee63f7fcd 100644 --- a/usr/src/lib/libresolv/res_query.c +++ b/usr/src/lib/libresolv/res_query.c @@ -26,7 +26,7 @@ */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ -/* All Rights Reserved */ +/* All Rights Reserved */ /* * University Copyright- Copyright (c) 1982, 1986, 1988 @@ -58,8 +58,6 @@ #define MAXPACKET 1024 #endif -int h_errno; - /* * Formulate a normal query, send, and await answer. * Returned answer is placed in supplied buffer "answer". |
