mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Add __dso_public to extern declaration of declaration to match
actual definition.
This commit is contained in:
parent
210ab24499
commit
f2beaaa89f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user