]> granicus.if.org Git - sudo/commitdiff
Add __dso_public to extern declaration of declaration to match
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 Jan 2013 14:01:03 +0000 (09:01 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 Jan 2013 14:01:03 +0000 (09:01 -0500)
actual definition.

plugins/sudoers/iolog.c

index 7036f94daed54c0d744f5655f21cb08545851041..25e99df61bc6eb060adbe8048ede4ab6304579fa 100644 (file)
@@ -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.