summaryrefslogtreecommitdiff
path: root/sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch
blob: c87419e5a5454deaee41456ab41a093e6148e3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/./src/interface.h
+++ b/./src/interface.h
@@ -21,8 +21,8 @@
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-int interface_auto_up;
-int interface_do_message;
+extern int interface_auto_up;
+extern int interface_do_message;
 
 typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t;