From 745287cca2fad6dfe63290bb8053ffe86637c18b Mon Sep 17 00:00:00 2001 From: Justin Mitchell Date: Thu, 28 Sep 2017 14:18:35 -0400 Subject: nfs-utils: split conffile to a separate convenience lib To allow better reuse of the code we split conffile and xlog into their own separate convenience library, then merge it back so as to not create extra dependancies for everything Signed-off-by: Justin Mitchell Signed-off-by: Steve Dickson --- support/nfs/xlog.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/nfs/xlog.c') diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c index c8e4263..f75a9ab 100644 --- a/support/nfs/xlog.c +++ b/support/nfs/xlog.c @@ -33,6 +33,8 @@ #undef VERBOSE_PRINTF +#pragma GCC visibility push(hidden) + static int log_stderr = 1; static int log_syslog = 1; static int logging = 0; /* enable/disable DEBUG logs */ -- cgit