You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/net-misc/eventd/files/eventd-0.27.0-fno-common.patch

12 lines
323 B

--- a/plugins/nd/src/backend.h
+++ b/plugins/nd/src/backend.h
@@ -37,7 +37,7 @@
_EVENTD_ND_BACKENDS_SIZE
} EventdNdBackends;
-const gchar *eventd_nd_backends_names[_EVENTD_ND_BACKENDS_SIZE];
+extern const gchar *eventd_nd_backends_names[_EVENTD_ND_BACKENDS_SIZE];
typedef struct {
EventdNdContext *context;