2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Add __dso_public to extern declaration of declaration to match

actual definition.
This commit is contained in:
Todd C. Miller 2013-01-24 09:01:03 -05:00
parent 210ab24499
commit f2beaaa89f

View File

@ -97,7 +97,7 @@ struct iolog_details {
static int iolog_compress; static int iolog_compress;
static struct timeval last_time; static struct timeval last_time;
static union io_fd io_fds[IOFD_MAX]; 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. * Create path and any parent directories as needed.