From f4fe62a3c26a7b15283589c57a3c10ed9695b529 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 17 May 2020 10:06:01 +0300 Subject: 13497 libresolv: symbol 'h_errno' is multiply-defined Reviewed by: Rich Lowe Reviewed by: Marcel Telka Approved by: Dan McDonald --- usr/src/lib/libresolv/res_query.c | 4 +--- 1 file changed, 1 insertion(+), 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". -- cgit v1.2.3