From f2beaaa89fcdde223ab247e6fc5231f2ef48d5d0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 24 Jan 2013 09:01:03 -0500 Subject: [PATCH] Add __dso_public to extern declaration of declaration to match actual definition. --- plugins/sudoers/iolog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/iolog.c b/plugins/sudoers/iolog.c index 7036f94da..25e99df61 100644 --- a/plugins/sudoers/iolog.c +++ b/plugins/sudoers/iolog.c @@ -97,7 +97,7 @@ struct iolog_details { static int iolog_compress; static struct timeval last_time; static union io_fd io_fds[IOFD_MAX]; -extern struct io_plugin sudoers_io; +extern __dso_public struct io_plugin sudoers_io; /* * Create path and any parent directories as needed. -- 2.50.1