From 4dfc19d7036761a315a6ece34c6cf9cb4268518f Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Mon, 16 Oct 2017 12:19:09 +0000 Subject: [PATCH] 8721 libwrap is missing global symbol `resident` Reviewed by: Toomas Soome Reviewed by: Robert Mustacchi Reviewed by: Ken Mays Reviewed by: Yuri Pankov Approved by: Dan McDonald --- usr/src/lib/libwrap/mapfile-vers | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr/src/lib/libwrap/mapfile-vers b/usr/src/lib/libwrap/mapfile-vers index 9fad00bb38..f2ef67f6b6 100644 --- a/usr/src/lib/libwrap/mapfile-vers +++ b/usr/src/lib/libwrap/mapfile-vers @@ -24,6 +24,11 @@ $mapfile_version 2 +SYMBOL_VERSION ILLUMOS_0.2 { + global: + resident { FLAGS = NODIRECT; }; +} ILLUMOS_0.1; + SYMBOL_VERSION ILLUMOS_0.1 { global: allow_severity { FLAGS = NODIRECT; }; -- 2.11.4.GIT