From f394f3f507d6150b88633fc513870be02ae5cc48 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. --HG-- branch : 1.8 --- 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 45dd0aed0..f4685aa6a 100644 --- a/plugins/sudoers/iolog.c +++ b/plugins/sudoers/iolog.c @@ -102,7 +102,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 parent directories for path as needed, but not path itself. -- 2.40.0