mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Rename __dso_public -> sudo_dso_public and move to config.h.
This commit is contained in:
@@ -278,7 +278,7 @@ sudoers_audit_version(int verbose)
|
||||
debug_return_int(true);
|
||||
}
|
||||
|
||||
__dso_public struct audit_plugin sudoers_audit = {
|
||||
sudo_dso_public struct audit_plugin sudoers_audit = {
|
||||
SUDO_AUDIT_PLUGIN,
|
||||
SUDO_API_VERSION,
|
||||
sudoers_audit_open,
|
||||
|
Reference in New Issue
Block a user