openbsd-ports/net/yersinia/patches/patch-src_interfaces_h
2022-03-11 19:45:43 +00:00

13 lines
250 B
Plaintext

Index: src/interfaces.h
--- src/interfaces.h.orig
+++ src/interfaces.h
@@ -67,7 +67,7 @@
#define NO_TIMEOUT 0
-list_t *interfaces;
+extern list_t *interfaces;
struct interface_data {
int8_t up; /* is it active? */